commit | c9a8bab572388bbba541f1cf8f12a46e2103e447 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Sep 24 20:28:33 2006 +0000 |
committer | admin <devnull@localhost> | Sun Sep 24 20:28:33 2006 +0000 |
tree | 15f95204fd90c22aeaa253507ffc979048123b54 | |
parent | ac94f38e9f501721d3148c94b3962a529f646e20 [diff] [blame] |
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 61c8363..b91cf3b 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php
@@ -366,7 +366,7 @@ if ( ! isset($params['active_r']) OR $params['active_r'] == TRUE) { - require_once(BASEPATH.'database/DB_active_record'.EXT); + require_once(BASEPATH.'database/DB_active_rec'.EXT); if ( ! class_exists('CI_DB')) {