diff --git a/init.php b/init.php index effbac2..803a18b 100644 --- a/init.php +++ b/init.php @@ -15,5 +15,5 @@ if (Kohana::$config->load('debug_toolbar.firephp_enabled') === TRUE) // Render Debug Toolbar on the end of application execution if (Kohana::$config->load('debug_toolbar.auto_render') === TRUE) { - register_shutdown_function('debugtoolbar::render'); + register_shutdown_function('Debugtoolbar::render'); } \ No newline at end of file diff --git a/views/toolbar.php b/views/toolbar.php index f207cec..9ed783d 100644 --- a/views/toolbar.php +++ b/views/toolbar.php @@ -27,7 +27,7 @@
  • - '_blank')) ?> + '_blank')) ?>