메뉴 아이템 길이 버그

This commit is contained in:
2018-09-12 01:16:17 +09:00
parent 6eadf718fc
commit 31c7bf5348
+1 -1
View File
@@ -141,7 +141,7 @@ class WebUtil
$result = [];
foreach($json as $menuItem){
if (count($path) == 2) {
if (count($menuItem) == 2) {
[$url, $title] = $menuItem;
$targetAttr = '';
}