Skip to content

Commit

Permalink
Fixed PHP warnings for Page Tools (thanks to @fschmittlein on #423)
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Jun 6, 2019
1 parent e51050b commit cf30456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/page-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

$page_menu = $TEMPLATE->getToolMenu('page');

foreach ($data['menu'] as $type => $item) {
foreach ($page_menu['menu'] as $type => $item) {
echo $item['html'];
}

Expand Down

0 comments on commit cf30456

Please sign in to comment.