summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/libraries/ORM.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/ORM.php b/system/libraries/ORM.php
index 1d1f48f5..eff22fc0 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
- return $this->db_builder->$method();
+ $this->db_builder->$method();
}
break;
case 1: