From 7e29a2a6ec4079911b872dd17bfe9687696fc99a Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 19:06:29 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index 3fa179d4..f8241779 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -629,7 +629,7 @@ trait Pman_Core_RooGetTrait { 'exclude' => $excludecolumns, 'distinct' => $distinct )); - exit; + $this->countWhat = $ret['count']; $this->cols = $ret['cols']; $this->colsJname = $ret['join_names']; -- 2.39.2