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

index a7a6fd3..19aa306 100644 (file)
@@ -418,7 +418,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             mkdir(dirname($file),0700,true);
         }
         
-        //$_FILES
+        print_r($_FILES);
+        exit;
         
         // Remove all the password from logs...
         $p =  empty($_POST) ? array() : $_POST;