* fix task #51347,#51307

This commit is contained in:
Zongjun Lan
2022-03-22 10:56:21 +08:00
parent 1e8b5800be
commit 4d7ee95c09
4 changed files with 70 additions and 2 deletions
-2
View File
@@ -485,8 +485,6 @@ class commonModel extends model
/* The standalone lite version removes the lite interface button */
if(trim($config->visions, ',') == 'lite') return true;
if($app->config->systemMode != 'new') return print("<div>{$lang->visionList['rnd']}</div>");
if(count($userVisions) < 2) return print("<div>{$lang->visionList[$currentVision]}</div>");
if(count($configVisions) < 2) return print("<div>{$lang->visionList[$currentVision]}</div>");