diff --git a/classes/kohana/kostache.php b/classes/kohana/kostache.php index 1700507..2ceb2d7 100644 --- a/classes/kohana/kostache.php +++ b/classes/kohana/kostache.php @@ -90,7 +90,7 @@ abstract class Kohana_Kostache { { try { - $this->render(); + return $this->render(); } catch (Exception $e) {