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

index f2cf51b..40784f8 100644 (file)
@@ -432,7 +432,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
                 echo "failed to copy $file...\n";
             }
         }
-        
+        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,