commit | cf3924ec3f19fb6a3f4782cfe55e0c6314bcf94d | [log] [tgz] |
---|---|---|
author | pgee70 <pgee70@users.noreply.github.com> | Tue Oct 03 10:09:04 2017 +1100 |
committer | GitHub <noreply@github.com> | Tue Oct 03 10:09:04 2017 +1100 |
tree | 0015673281dd02aa73d78450933c229edf655de5 | |
parent | c495515f115685fbcb4180f4305ec2406144ca83 [diff] |
Update DB_query_builder.php recent changes broke query ordering giving a warning in line 1238 = '$this->qb_cache_orderby = array_merge($this->qb_cache_orderby, $qb_orderby);' this was because on subsequent re-queries, the qb_cache_orderby was set to NULL not Array() as it is should be (and is instantiated originally .