diff options
Diffstat (limited to 'system/core/URI.php')
-rw-r--r-- | system/core/URI.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/core/URI.php b/system/core/URI.php index 1e9485883..eff969d75 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 * |