From d264ef940ccdf038487bc3ef828b8fbf481d1719 Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Tue, 11 Jan 2011 11:36:22 -0600 Subject: [PATCH] Updating for 3.1 api --- classes/kohana/kostache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/kohana/kostache.php b/classes/kohana/kostache.php index 9dea279..c69e5c1 100644 --- a/classes/kohana/kostache.php +++ b/classes/kohana/kostache.php @@ -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 ''; }