fix: [inifinite loop] resolved in the templating due to invalid element call

remotes/origin/main
iglocska 2020-06-08 12:01:36 +02:00
parent 04f29ff0ad
commit 5145ccbf07
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -89,4 +89,4 @@
)
)
);
echo $this->element('header', ['menu' => $menu]);
echo $this->element('genericElements/header_scaffold', ['menu' => $menu]);