Skip to content

Commit

Permalink
fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Glahn Christian committed Aug 16, 2017
1 parent 87efd28 commit 59697da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/output/core_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ private function prepare_menu_for_template($node,
$item = new stdClass;

$item->key = $key;
$item->{key} = true;
$item->{$key} = true;
$item->{"pk".$node->key} = true;
$item->parent_key = $node->key;

Expand Down

0 comments on commit 59697da

Please sign in to comment.