summaryrefslogtreecommitdiffstats
path: root/system/libraries/Controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Controller.php')
-rw-r--r--system/libraries/Controller.php2
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)
{