Merge branch '3.1/develop' into 3.1/master

This commit is contained in:
Woody Gilk 2011-02-24 17:49:37 -05:00
commit 2739d284b3

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 '';
}