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

index 4abdd58..ef271a8 100644 (file)
@@ -433,7 +433,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             }
             
         }
-        
+        print_r($_FILES);
         file_put_contents($file, json_encode(array(
             'REQUEST_URI' => empty($_SERVER['REQUEST_URI']) ? 'cli' : $_SERVER['REQUEST_URI'],
             'GET' => empty($_GET) ? array() : $_GET,