This commit is contained in:
hufangzhou
2023-12-28 11:15:04 +08:00
committed by qixinzhi
parent 3ad748ee8f
commit c84baf16e8
+1
View File
@@ -951,6 +951,7 @@ class upgrade extends control
if(strpos($fromVersion, 'biz') !== false and version_compare($fromVersion, 'biz8.9', '<=')) $showPrivTips = true;
if(strpos($fromVersion, 'max') !== false and version_compare($fromVersion, 'max4.9', '<=')) $showPrivTips = true;
if(strpos($fromVersion, 'ipd') !== false and version_compare($fromVersion, 'ipd1.1.1', '<=')) $showPrivTips = true;
if($showPrivTips and $this->config->edition == 'open') $showPrivTips = false;
$this->view->title = $this->lang->upgrade->result;
$this->view->position[] = $this->lang->upgrade->common;