From: edward Date: Wed, 30 Mar 2016 11:06:29 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7e29a2a6ec4079911b872dd17bfe9687696fc99a RooGetTrait.php --- 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'];