* fix bug.

This commit is contained in:
wangyidong
2023-02-14 14:32:09 +08:00
parent ff6516dd46
commit ec1d388334
+1
View File
@@ -3546,6 +3546,7 @@ EOD;
public static function replaceMenuLang()
{
global $lang;
if(empty($lang->db->custom)) return;
foreach($lang->db->custom as $moduleName => $sectionMenus)
{
if(strpos($moduleName, 'Menu') === false) continue;