Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:31:36 +0000 (11:31 +0800)
committerbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:31:36 +0000 (11:31 +0800)
Pman/Roo.php

index d0f2755..65d5f9b 100644 (file)
@@ -664,7 +664,7 @@ class Pman_Roo extends Pman
         $old = false;
         
         // not sure if this is a good idea here...
-        var_dump($_REQUEST['_ids']);exit;
+        var_dump($_REQUEST);exit;
         if (!empty($_REQUEST['_ids'])) {
             $ids = explode(',',$_REQUEST['_ids']);
             $x->whereAddIn($this->key, $ids, 'int');