diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-22 22:15:13 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-22 22:15:13 -0800 |
commit | b79e0c9d572bd578c78b9ed6e3e23d3ffbf6bf0b (patch) | |
tree | 83f54dce4b27b111026f10df9365e8b3d41e5742 /system/libraries/ORM.php | |
parent | ffca63235a53e8005d2f163efd97dbf69f8a1442 (diff) |
Back out my temporary fix for http://dev.kohanaframework.org/issues/2384
now that the real fix is in.
Diffstat (limited to 'system/libraries/ORM.php')
-rw-r--r-- | system/libraries/ORM.php | 2 |
1 files changed, 1 insertions, 1 deletions
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: |