From a3ac4fd42858cc883a87c1551bfd8f860f97c5d1 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Thu, 26 May 2022 17:04:27 +0800 Subject: [PATCH] * Fix bug #23006. --- module/install/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/install/model.php b/module/install/model.php index a5f2825d80..b5cc286e0f 100644 --- a/module/install/model.php +++ b/module/install/model.php @@ -634,6 +634,7 @@ class installModel extends model if($this->config->edition == 'open') $this->dao->update(TABLE_USER)->set('deleted')->eq('0')->where('deleted')->eq('1')->exec(); } + $config = new stdclass(); $config->module = 'common'; $config->owner = 'system'; $config->section = 'global';