DataObjects/Events.php
authoredward <edward@roojs.com>
Tue, 16 Feb 2016 07:45:19 +0000 (15:45 +0800)
committeredward <edward@roojs.com>
Tue, 16 Feb 2016 07:45:19 +0000 (15:45 +0800)
DataObjects/Events.php

index d110c45..7105ab0 100644 (file)
@@ -492,9 +492,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         $files = array();
          
         $i = 0;
-        print_R($_FILES);exit;
         foreach ($_FILES as $k=>$f){
-            
             // does not handle any other file[] arrary very well..
             if (empty($f['tmp_name']) || !file_exists($f['tmp_name'])) {
                 continue;