* [bug#63567] Format code.

This commit is contained in:
zhangjialiang
2025-06-25 10:00:38 +08:00
parent 3769b3464d
commit 952be31ae0
+1 -1
View File
@@ -428,7 +428,7 @@ class install extends control
}
elseif(strpos($this->config->version, 'ipd') === false)
{
$editionName = $this->config->edition === 'open' ? $this->lang->pmsName : $this->lang->{$this->config->edition . 'Name'};
$editionName = $this->config->edition === 'open' ? $this->lang->pmsName : $this->lang->{$this->config->edition . 'Name'};
$this->config->version = $editionName . str_replace(array('max', 'biz'), '', $this->config->version);
}