Pman/Roo.php
authoredward <edward@roojs.com>
Fri, 15 Sep 2017 02:39:47 +0000 (10:39 +0800)
committeredward <edward@roojs.com>
Fri, 15 Sep 2017 02:39:47 +0000 (10:39 +0800)
Pman/Roo.php

index 9d969b4..d6f46d2 100644 (file)
@@ -1118,6 +1118,7 @@ class Pman_Roo extends Pman
     
     function delete($x, $req)
     {
+        print_R($x);exit;
         // do we really delete stuff!?!?!?
         if (empty($req['_delete'])) {
             $this->jerr("Delete Requested with no value");