Fix #2099 remove empty item for inaccessible menus that have accessible children

This commit is contained in:
Kijin Sung 2023-06-19 22:05:11 +09:00
parent 73c60b1297
commit 26f052925b

View file

@ -1128,6 +1128,7 @@ function recurciveExposureCheck(&$menu)
if(!$value['isShow'])
{
unset($menu[$key]);
continue;
}
if(is_array($value['list']) && count($value['list']) > 0)
{