diff options
author | admin <devnull@localhost> | 2006-09-26 01:26:25 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-26 01:26:25 +0200 |
commit | 9cd4e8e639a1a09fd6ca426f1af94586f30d4a80 (patch) | |
tree | 7abdc9289f336ba520a88e7b92d4a13fa5738287 /system/libraries/Controller.php | |
parent | d125c5c9e9cf3d53e4d6e166e7b44001d02191a3 (diff) |
Diffstat (limited to 'system/libraries/Controller.php')
-rw-r--r-- | system/libraries/Controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 5fdbd9f9f..da5f2e072 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php @@ -409,7 +409,7 @@ class Controller extends CI_Base { * @param bool whether to return the object * @return void */ - function _ci_init_dbutils($db = '', $return = FALSE) + function _ci_init_dbutil($db = '', $return = FALSE) { if ($this->_ci_is_loaded('dbutils') == TRUE AND $return == FALSE) { |