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
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 -->
<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>
<!-- Benchmarks -->