메뉴 아이템 길이 버그
This commit is contained in:
@@ -141,7 +141,7 @@ class WebUtil
|
|||||||
|
|
||||||
$result = [];
|
$result = [];
|
||||||
foreach($json as $menuItem){
|
foreach($json as $menuItem){
|
||||||
if (count($path) == 2) {
|
if (count($menuItem) == 2) {
|
||||||
[$url, $title] = $menuItem;
|
[$url, $title] = $menuItem;
|
||||||
$targetAttr = '';
|
$targetAttr = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user