From: edward Date: Thu, 31 Mar 2016 02:09:06 +0000 (+0800) Subject: RooPostTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7b5b9b56a8d83d05796cc502aa23dc66daffdcd3 RooPostTrait.php --- diff --git a/RooPostTrait.php b/RooPostTrait.php index 58dd00f9..d5239a9a 100644 --- a/RooPostTrait.php +++ b/RooPostTrait.php @@ -122,6 +122,8 @@ trait Pman_Core_RooPostTrait { $old = false; + // not sure if this is a good idea here... + if (!empty($_REQUEST['_ids'])) { $ids = explode(',',$_REQUEST['_ids']); $x->whereAddIn($this->key, $ids, 'int');