diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-20 14:54:23 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-20 14:54:23 +0100 |
commit | 6dd4aff404c675d8da6ddfbd905bf4dbc13dece7 (patch) | |
tree | 1bbe154520ffa5ad098b09298f454e57fdbcae40 /system/database/DB_result.php | |
parent | 733921ecc4da80f08a9d50ff0fb05bccf23de09d (diff) |
Revert CI_DB_result to a regular class It's directly instantiated for cached database results
Diffstat (limited to 'system/database/DB_result.php')
-rw-r--r-- | system/database/DB_result.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_result.php b/system/database/DB_result.php index 37c50e577..04f964fb1 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php @@ -36,7 +36,7 @@ * @author EllisLab Dev Team * @link http://codeigniter.com/user_guide/database/ */ -abstract class CI_DB_result { +class CI_DB_result { public $conn_id = NULL; public $result_id = NULL; |