Merge branch 'feature/3.1' into 3.1/develop

This commit is contained in:
Woody Gilk 2011-02-24 17:49:20 -05:00
commit b2cba92959

View file

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