Commit 009cd11a authored by Alexander Butenko's avatar Alexander Butenko

Reset groupBy properly

parent 818c1316
......@@ -113,7 +113,7 @@ class MysqliDb
$this->_where = array();
$this->_join = array();
$this->_orderBy = array();
$this->groupBy = array();
$this->_groupBy = array();
$this->_bindParams = array(''); // Create the empty 0 index
$this->_query = null;
$this->_whereTypeList = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment