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, 2 insertions, 0 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 6a55439f7..55e872163 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -92,6 +92,8 @@ class CI_URI {
*/
protected $_permitted_uri_chars;
+ public $config;
+
/**
* Class constructor
*