From 12c4b1a4f2859d214eaf1d232bf5222bbfc57be1 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 12 Jun 2025 05:38:52 +0000 Subject: [PATCH] * [bug#63254,done,0.2h] fix bug. --- module/install/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/install/model.php b/module/install/model.php index 83388d20d0..4fbd4df7a3 100644 --- a/module/install/model.php +++ b/module/install/model.php @@ -376,6 +376,7 @@ class installModel extends model $config->section = 'global'; $config->key = 'showDemoUsers'; $config->value = '1'; + $config->vision = ''; $this->dao->replace(TABLE_CONFIG)->data($config)->exec(); return true;