Skip to content

Commit

Permalink
Missed an underscore ... doh
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Oct 9, 2012
1 parent fce9abe commit e78f815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/database/DB_query_builder.php
Expand Up @@ -2057,7 +2057,7 @@ protected function _compile_select($select_override = FALSE)
// Write the "FROM" portion of the query
if (count($this->qb_from) > 0)
{
$sql .= "\nFROM ".$this->from_tables();
$sql .= "\nFROM ".$this->_from_tables();
}

// Write the "JOIN" portion of the query
Expand Down

0 comments on commit e78f815

Please sign in to comment.