Skip to content

Commit

Permalink
Reverted _compile_select & _reset_select to public (Hero fix to a cha…
Browse files Browse the repository at this point in the history
…nge in CI 2.1.3)
  • Loading branch information
sheal committed Jan 8, 2013
1 parent 66d3eaf commit 089ecf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/database/DB_active_rec.php
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ protected function _track_aliases($table)
*
* @return string
*/
protected function _compile_select($select_override = FALSE)
public function _compile_select($select_override = FALSE)
{
// Combine any cached components with the current statements
$this->_merge_cache();
Expand Down Expand Up @@ -1992,7 +1992,7 @@ protected function _reset_run($ar_reset_items)
*
* @return void
*/
protected function _reset_select()
public function _reset_select()
{
$ar_reset_items = array(
'ar_select' => array(),
Expand Down

0 comments on commit 089ecf8

Please sign in to comment.