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

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