* Compatible with php version.

This commit is contained in:
tianshujie
2023-02-17 11:22:49 +08:00
parent 0b8466a565
commit 0e7556ab18
+1 -1
View File
@@ -402,7 +402,7 @@ class adminModel extends model
foreach($orders as $index => $menuKey)
{
$menuList->$menuKey = $this->lang->admin->menuList->$menuKey;
$menuList->$menuKey['order'] = $index;
$menuList->{$menuKey}['order'] = $index;
}
$this->lang->admin->menuList = $menuList;