Merge branch '3.0/hotfix/render-tostring' into 3.0/master

This commit is contained in:
Woody Gilk 2011-02-28 09:50:19 -05:00
commit 68d00e418c

View file

@ -90,7 +90,7 @@ abstract class Kohana_Kostache {
{
try
{
$this->render();
return $this->render();
}
catch (Exception $e)
{