Merge branch '3.0/master' into 3.0/develop

This commit is contained in:
Woody Gilk 2011-02-28 09:51:22 -05:00
commit 6a8103ce84

View file

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