Skip to content

BC {snippetArea} #240

@ikeblaster

Description

@ikeblaster

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

$node->validate(true);

Change to:

$node->validate(null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions