There was an error while loading. Please reload this page.
2 parents 2d60f34 + f809d69 commit 4037d8bCopy full SHA for 4037d8b
libraries/Profiler.php
@@ -421,7 +421,7 @@ protected function _compile_uri_string()
421
*/
422
protected function _compile_controller_info()
423
{
424
-$output = $this->CI->router->fetch_class()."/".$this->CI->router->fetch_method();
+$output = $this->CI->router->class."/".$this->CI->router->method;
425
426
return $output;
427
}
0 commit comments