summaryrefslogtreecommitdiffstats
path: root/system/libraries/Controller.php
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-17 10:02:02 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-17 10:02:02 +0200
commit4d0ecc5acc67a9377c2e7f5f6c1fd69287b02540 (patch)
tree20fd8302a51fbabaf089ac641f44d93d772a9e64 /system/libraries/Controller.php
parente910430b131fa2589e34262c650444a87d1c03de (diff)
Added router to the super object so that the profiler class can access it
Diffstat (limited to 'system/libraries/Controller.php')
-rw-r--r--system/libraries/Controller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index 685f58cfd..95c020857 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -66,7 +66,8 @@ class Controller extends CI_Base {
'benchmark' => 'Benchmark',
'uri' => 'URI',
'output' => 'Output',
- 'lang' => 'Language'
+ 'lang' => 'Language',
+ 'router' => 'Router'
);
foreach ($classes as $var => $class)