Updating for 3.1 api

This commit is contained in:
Jeremy Bush 2011-01-11 11:36:22 -06:00
parent c2cdc9337d
commit d264ef940c

View file

@ -115,7 +115,7 @@ class Kohana_Kostache extends Mustache
catch (Exception $e) catch (Exception $e)
{ {
// Display the exception message // Display the exception message
Kohana::exception_handler($e); Kohana_Exception::handler($e);
return ''; return '';
} }