Merge branch 'sprint/193_hufangzhou_23006' into 'master'
* Fix bug #23006. See merge request easycorp/zentaopms!3630
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user