Skip to content

Commit

Permalink
Back out my temporary fix for http://dev.kohanaframework.org/issues/2384
Browse files Browse the repository at this point in the history


now that the real fix is in.
  • Loading branch information
bharat committed Dec 23, 2009
1 parent ffca632 commit b79e0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/libraries/ORM.php
Expand Up @@ -242,7 +242,7 @@ public function __call($method, array $args)
else
{
// Support for things like reset_select, reset_write, list_tables
$this->db_builder->$method();
return $this->db_builder->$method();
}
break;
case 1:
Expand Down

0 comments on commit b79e0c9

Please sign in to comment.