-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Version: 2.9.0
Bug Description
{snippetArea} without arguments now throws exception Missing arguments in {snippetArea} in file.latte:10
Steps To Reproduce
Compile latte template with following:
{snippetArea}
...
{/snippetArea}
Possible Solution
latte/src/Latte/Macros/BlockMacros.php
Line 462 in c89c46a
| $node->validate(true); |
Change to:
$node->validate(null);
Metadata
Metadata
Assignees
Labels
No labels