Commit 07974bad authored by Alexander Butenko's avatar Alexander Butenko

Reset groupBy properly

parent 2019d89a
...@@ -130,7 +130,7 @@ class MysqliDb ...@@ -130,7 +130,7 @@ class MysqliDb
$this->_where = array(); $this->_where = array();
$this->_join = array(); $this->_join = array();
$this->_orderBy = array(); $this->_orderBy = array();
$this->groupBy = array(); $this->_groupBy = array();
$this->_bindParams = array(''); // Create the empty 0 index $this->_bindParams = array(''); // Create the empty 0 index
$this->_query = null; $this->_query = null;
$this->_whereTypeList = 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