Skip to content

Bug in formz processor #30

@BobRay

Description

@BobRay

In the file: core/components/formz/processors/mgr/tv/output/formz.class.php

This code:

$this->tv->_properties

Should be changed to this:

$this->tv->getProperties()

$this->tv->_properties is unreliable and leads to PHP errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions