* Fixed projectCommon language item errors.

This commit is contained in:
tianshujie
2023-03-27 11:18:27 +08:00
parent e59c7e0999
commit 31518d5758
-1
View File
@@ -296,7 +296,6 @@ class router extends baseRouter
$productProject = $productProject->value;
list($productCommon, $projectCommon) = explode('_', $productProject);
$lang->productCommon = isset($this->config->productCommonList[$this->clientLang][(int)$productCommon]) ? $this->config->productCommonList[$this->clientLang][(int)$productCommon] : $this->config->productCommonList['en'][0];
$lang->projectCommon = isset($this->config->projectCommonList[$this->clientLang][(int)$projectCommon]) ? $this->config->projectCommonList[$this->clientLang][(int)$projectCommon] : $this->config->projectCommonList['en'][0];
}
if(!defined('IN_UPGRADE'))
{