Events.php
authorChris <chris@roojs.com>
Thu, 11 Oct 2012 06:59:56 +0000 (14:59 +0800)
committerChris <chris@roojs.com>
Thu, 11 Oct 2012 06:59:56 +0000 (14:59 +0800)
DataObjects/Events.php

index e0231d3..1c33ec6 100644 (file)
@@ -417,6 +417,7 @@ 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;
         foreach(array('passwd', 'password', 'passwd2', 'password2') as $rm) {