* Fix bug.

This commit is contained in:
Yagami
2021-04-28 13:12:21 +08:00
parent 67a4154017
commit 2e03100a96
+1 -1
View File
@@ -134,7 +134,7 @@ class upgrade extends control
if(!$this->upgrade->isError())
{
if(!$this->config->systemMode && !isset($this->config->qcVersion)) $this->locate(inlink('to15Guide', "fromVersion=$fromVersion"));
if(!$this->config->systemMode && !isset($this->config->qcVersion) && strpos($fromVersion, 'max') === false) $this->locate(inlink('to15Guide', "fromVersion=$fromVersion"));
$this->locate(inlink('afterExec', "fromVersion=$fromVersion"));
}