Update to CodeIgniter 2.1.0
This commit is contained in:
2
system/database/DB_cache.php
Executable file → Normal file
2
system/database/DB_cache.php
Executable file → Normal file
@@ -33,7 +33,7 @@ class CI_DB_Cache {
|
||||
* Grabs the CI super object instance so we can access it.
|
||||
*
|
||||
*/
|
||||
function CI_DB_Cache(&$db)
|
||||
function __construct(&$db)
|
||||
{
|
||||
// Assign the main CI object to $this->CI
|
||||
// and load the file helper since we use it a lot
|
||||
|
||||
Reference in New Issue
Block a user