* Refactor selectVersion function.

This commit is contained in:
daitingting
2023-12-18 06:47:21 +00:00
parent 3cbb2581c1
commit de32fc2a4d
+2
View File
@@ -82,6 +82,8 @@ class upgrade extends control
$version = str_replace(array(' ', '.'), array('', '_'), $this->config->installedVersion);
$version = strtolower($version);
/* 处理迅捷版的版本。*/
/* Process the lite version. */
if($this->config->visions == ',lite,')
{
$installedVersion = str_replace('.', '_', $this->config->installedVersion);