From: benny Date: Tue, 14 Aug 2018 03:07:56 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=141864955c36be13109e3bf9d5b4a7734287b58a;p=Pman.Base Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index ba6c51c..e81a4e9 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -663,7 +663,7 @@ class Pman_Roo extends Pman $old = false; // not sure if this is a good idea here... - var_dump($_REQUEST['_ids']); exit; + if (!empty($_REQUEST['_ids'])) { $ids = explode(',',$_REQUEST['_ids']); $x->whereAddIn($this->key, $ids, 'int');