From 141864955c36be13109e3bf9d5b4a7734287b58a Mon Sep 17 00:00:00 2001 From: benny Date: Tue, 14 Aug 2018 11:07:56 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.2