forgot about this file

This commit is contained in:
fzerorubigd 2012-11-17 16:31:41 +03:30
parent b9b63836c7
commit 9fb753f75c

View File

@ -79,7 +79,7 @@ class Handlebars_Helpers
$template->discard($context);
} else {
$template->setStopToken('else');
$template->discard($context, 'else');
$template->discard($context);
$template->setStopToken(false);
$buffer = $template->render($context);
}