Merge branch '3.1/master' into 3.1/develop

This commit is contained in:
Woody Gilk 2011-02-28 09:51:40 -05:00
commit ded64ea091

View file

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