From b79e0c9d572bd578c78b9ed6e3e23d3ffbf6bf0b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 22 Dec 2009 22:15:13 -0800 Subject: Back out my temporary fix for http://dev.kohanaframework.org/issues/2384 now that the real fix is in. --- system/libraries/ORM.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/ORM.php b/system/libraries/ORM.php index 2f2feed5..e2f27bac 100644 --- a/system/libraries/ORM.php +++ b/system/libraries/ORM.php @@ -242,7 +242,7 @@ class ORM_Core { else { // Support for things like reset_select, reset_write, list_tables - $this->db_builder->$method(); + return $this->db_builder->$method(); } break; case 1: -- cgit v1.2.3