DataObjects/Events.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 07:24:37 +0000 (15:24 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 07:24:37 +0000 (15:24 +0800)
DataObjects/Events.php

index febca6a..10ec8c1 100644 (file)
@@ -417,7 +417,6 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         if (!file_exists(dirname($file))) {
             mkdir(dirname($file),0700,true);
         }
-         
         
         // Remove all the password from logs...
         $p =  empty($_POST) ? array() : $_POST;