From 31518d5758a0447199a843523e89532bda4452da Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 27 Mar 2023 11:18:27 +0800 Subject: [PATCH] * Fixed projectCommon language item errors. --- framework/router.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/router.class.php b/framework/router.class.php index edfc99616f..f637132290 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -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')) {