From 4a2eb2768fb32bb1fe9d70fabc2ec2382b723305 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 10:07:13 +0800 Subject: [PATCH] RooPostTrait.php --- RooPostTrait.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/RooPostTrait.php b/RooPostTrait.php index bd4b2713..58dd00f9 100644 --- a/RooPostTrait.php +++ b/RooPostTrait.php @@ -119,12 +119,9 @@ trait Pman_Core_RooPostTrait { // do we really delete stuff!?!?!? return $this->delete($x,$_REQUEST); } - $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'); -- 2.39.2