commit | 6dd4aff404c675d8da6ddfbd905bf4dbc13dece7 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Mar 20 15:54:23 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Mar 20 15:54:23 2012 +0200 |
tree | 1bbe154520ffa5ad098b09298f454e57fdbcae40 | |
parent | 733921ecc4da80f08a9d50ff0fb05bccf23de09d [diff] [blame] |
Revert CI_DB_result to a regular class It's directly instantiated for cached database results
diff --git a/system/database/DB_result.php b/system/database/DB_result.php index 37c50e5..04f964f 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;