commit | 4d0ecc5acc67a9377c2e7f5f6c1fd69287b02540 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Fri Oct 17 08:02:02 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Fri Oct 17 08:02:02 2008 +0000 |
tree | 20fd8302a51fbabaf089ac641f44d93d772a9e64 | |
parent | e910430b131fa2589e34262c650444a87d1c03de [diff] |
Added router to the super object so that the profiler class can access it
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 685f58c..95c0208 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php
@@ -66,7 +66,8 @@ 'benchmark' => 'Benchmark', 'uri' => 'URI', 'output' => 'Output', - 'lang' => 'Language' + 'lang' => 'Language', + 'router' => 'Router' ); foreach ($classes as $var => $class)