summaryrefslogtreecommitdiffstats
path: root/system/core/Router.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Router.php')
-rw-r--r--system/core/Router.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/core/Router.php b/system/core/Router.php
index ab1f44e0e..1267afeb9 100644
--- a/system/core/Router.php
+++ b/system/core/Router.php
@@ -114,6 +114,9 @@ class CI_Router {
// --------------------------------------------------------------------
+
+ public $uri;
+
/**
* Class constructor
*