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

index 1c33ec6..a7a6fd3 100644 (file)
@@ -418,6 +418,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             mkdir(dirname($file),0700,true);
         }
         
+        //$_FILES
+        
         // Remove all the password from logs...
         $p =  empty($_POST) ? array() : $_POST;
         foreach(array('passwd', 'password', 'passwd2', 'password2') as $rm) {