Skip to content

Commit

Permalink
Fixing #2808
Browse files Browse the repository at this point in the history
  • Loading branch information
jheathco committed May 5, 2010
1 parent e3e2c55 commit 99038e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/kohana/orm.php
Original file line number Diff line number Diff line change
Expand Up @@ -1258,9 +1258,6 @@ protected function _load_result($multiple = FALSE)
$this->_db_builder->limit(1);
}

// Select all columns by default
$this->_db_builder->select($this->_table_name.'.*');

if ( ! isset($this->_db_applied['order_by']) AND ! empty($this->_sorting))
{
foreach ($this->_sorting as $column => $direction)
Expand Down

0 comments on commit 99038e6

Please sign in to comment.