commit | 7576a3b6b7ed5658cabae96b3e64614f312d76d7 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Tue Mar 02 14:00:36 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Tue Mar 02 14:00:36 2010 -0600 |
tree | c6490d7f0022a0b42ba726f08da325ca80846078 | |
parent | c77384069446fb1eee1a0ccf4296d48497fb433c [diff] [blame] |
change to use load_class() from core
diff --git a/system/core/URI.php b/system/core/URI.php index 77b8149..cffffc2 100644 --- a/system/core/URI.php +++ b/system/core/URI.php
@@ -44,7 +44,7 @@ */ function CI_URI() { - $this->config =& load_class('Config'); + $this->config =& load_class('Config', 'core'); log_message('debug', "URI Class Initialized"); }