Merge branch 'hotfix/3.1-compatibility' into 3.1/master

This commit is contained in:
Woody Gilk 2011-03-29 11:03:57 -05:00
commit cd21edb412

View file

@ -111,7 +111,7 @@ abstract class Kohana_Kostache {
ob_start();
// Render the exception
Kohana::exception_handler($e);
Kohana_Exception::handler($e);
return (string) ob_get_clean();
}