Closed fabian closed 6 years ago
https://github.com/concrete5/concrete5-legacy/pull/1934 added an optimization, but the $ignore_exclude_nav parameter from getNavItems() is not passed to getNavigationArray().
$ignore_exclude_nav
getNavItems()
getNavigationArray()
This is a backport of the fix in https://github.com/concrete5/concrete5/pull/3769.
🙇
https://github.com/concrete5/concrete5-legacy/pull/1934 added an optimization, but the
$ignore_exclude_nav
parameter fromgetNavItems()
is not passed togetNavigationArray()
.This is a backport of the fix in https://github.com/concrete5/concrete5/pull/3769.