- πΊπΈUnited States cboyden
While testing this I saw menu_block errors in the dblog:
Menu block 1 is set to use parent menu link 0 but the menu link was not loadable or does not exist.
- Status changed to Needs review
almost 2 years ago 7:20pm 3 May 2023 - Open on Drupal.org βCore: 7.x + Environment: PHP 5.3 & MySQL 5.5last update
almost 2 years ago Waiting for branch to pass - πΊπΈUnited States dsnopek USA
@cboyden I haven't tested this, but I suspect your problem would be fixed by switching from
isset()
to!empty()
. A patch is attached that swaps those. - Open on Drupal.org βCore: 7.x + Environment: PHP 5.3 & MySQL 5.5last update
almost 2 years ago Waiting for branch to pass - πΊπΈUnited States dsnopek USA
It looks like an instance of
$config['expanded']
got converted toisset($config['expanded'])
when it shouldn't have been (since this issue is just about$config['parent_mlid']