1
0
Fork 0
mirror of https://github.com/Oreolek/debug-toolbar.git synced 2024-04-28 07:09:18 +03:00

Update with Kohana v3.3 class names

This commit is contained in:
biakaveron 2013-01-25 00:20:25 +04:00
parent a3f23d9d96
commit 5ecc28d209
2 changed files with 2 additions and 2 deletions

View file

@ -15,5 +15,5 @@ if (Kohana::$config->load('debug_toolbar.firephp_enabled') === TRUE)
// Render Debug Toolbar on the end of application execution // Render Debug Toolbar on the end of application execution
if (Kohana::$config->load('debug_toolbar.auto_render') === TRUE) if (Kohana::$config->load('debug_toolbar.auto_render') === TRUE)
{ {
register_shutdown_function('debugtoolbar::render'); register_shutdown_function('Debugtoolbar::render');
} }

View file

@ -27,7 +27,7 @@
<!-- Kohana version --> <!-- Kohana version -->
<li> <li>
<?php echo html::anchor("http://kohanaframework.org", Kohana::VERSION, array('target' => '_blank')) ?> <?php echo HTML::anchor("http://kohanaframework.org", Kohana::VERSION, array('target' => '_blank')) ?>
</li> </li>
<!-- Benchmarks --> <!-- Benchmarks -->