* Finish task #41730.

This commit is contained in:
sgm0422
2021-08-27 14:46:44 +08:00
parent 6384f4fb3b
commit 501bb4afaf
+1 -1
View File
@@ -35,7 +35,7 @@ class control extends baseControl
$this->app->setOpenApp();
if(defined('IN_USE') or (defined('RUN_MODE') and RUN_MODE == 'api')) $this->setPreference();
if(defined('IN_USE') or (defined('RUN_MODE') and RUN_MODE != 'api')) $this->setPreference();
if(!isset($this->config->bizVersion)) return false;