Pman/Roo.php
authoredward <edward@roojs.com>
Thu, 31 Aug 2017 09:56:24 +0000 (17:56 +0800)
committeredward <edward@roojs.com>
Thu, 31 Aug 2017 09:56:24 +0000 (17:56 +0800)
Pman/Roo.php

index 0f4f4e2..9e90df0 100644 (file)
@@ -943,7 +943,9 @@ class Pman_Roo extends Pman
         if ($ev) { 
             $ev->audit($x);
         }
+        
         print_R($_FILES);exit;
+        
         // note setFrom might handle this before hand...!??!
         if (!empty($_FILES) && method_exists($x, 'onUpload')) {
             $x->onUpload($this, $_REQUEST);