summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/URI.php')
-rw-r--r--system/core/URI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 77b814925..cffffc20d 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -44,7 +44,7 @@ class CI_URI {
*/
function CI_URI()
{
- $this->config =& load_class('Config');
+ $this->config =& load_class('Config', 'core');
log_message('debug', "URI Class Initialized");
}