From 97a16857c4415eeb85ff4ee2e3d4bf17cc393a66 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 10:28:24 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index 1c49bea4..737edb94 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -153,7 +153,7 @@ trait Pman_Core_RooGetTrait { } //DB_DataObject::debugLevel(1); - + exit; // sets map and countWhat $this->loadMap($x, array( 'columns' => $_columns, @@ -161,7 +161,7 @@ trait Pman_Core_RooGetTrait { 'exclude' => empty($_REQUEST['_exclude_columns']) ? false: explode(',', $_REQUEST['_exclude_columns']) )); - exit; + $this->setFilters($x,$_REQUEST); if (!$this->checkPerm($x,'S', $_REQUEST)) { -- 2.39.2