Skip to content

using evo()->addDataToView($data) #2321

@ericfilippi

Description

@ericfilippi

using evo()->addDataToView($data) sends $data to $dataForView wich is private : core/src/Core.php : lines 181 to 184

so the content of $data is not accessible in the main view.

dump from tracy : dataForView pri: array (1)

making $dataForView public will allow to use $data from main template view.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions