Kohana v3.3.5
This commit is contained in:
@@ -1627,7 +1627,7 @@ class Kohana_ORM extends Model implements serializable {
|
||||
if ($method['name'] == 'select')
|
||||
{
|
||||
// Ignore any selected columns for now
|
||||
$selects[] = $method;
|
||||
$selects[$key] = $method;
|
||||
unset($this->_db_pending[$key]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user