Skip to content

Template label never used #26

@theo222

Description

@theo222

Typo on Line 54 of InputfieldPageTableExtended.module

$layoutTitle = $p->template->$label ? $p->template->$label : $p->template->name;
Should be:
$layoutTitle = $p->template->label ? $p->template->label : $p->template->name;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions