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)