mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-02 10:16:41 +03:00
forgot about this file
This commit is contained in:
parent
b9b63836c7
commit
9fb753f75c
@ -79,7 +79,7 @@ class Handlebars_Helpers
|
|||||||
$template->discard($context);
|
$template->discard($context);
|
||||||
} else {
|
} else {
|
||||||
$template->setStopToken('else');
|
$template->setStopToken('else');
|
||||||
$template->discard($context, 'else');
|
$template->discard($context);
|
||||||
$template->setStopToken(false);
|
$template->setStopToken(false);
|
||||||
$buffer = $template->render($context);
|
$buffer = $template->render($context);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user