diff --git a/classes/kohana/kostache.php b/classes/kohana/kostache.php index d6409c6..8759f78 100644 --- a/classes/kohana/kostache.php +++ b/classes/kohana/kostache.php @@ -215,7 +215,7 @@ abstract class Kohana_Kostache { */ protected function _stash($template, Kostache $view, array $partials) { - return new Mustache($template, $view, $partials, array( + return new Kohana_Mustache($template, $view, $partials, array( 'charset' => Kohana::$charset, )); } diff --git a/classes/kohana/mustache.php b/classes/kohana/mustache.php new file mode 100644 index 0000000..49ed1ec --- /dev/null +++ b/classes/kohana/mustache.php @@ -0,0 +1,3 @@ +