* Fix prjbrowse priv bug.

This commit is contained in:
Yagami
2021-02-25 17:04:46 +08:00
parent 7498a17df7
commit 95dbdc51c2
+1 -1
View File
@@ -334,7 +334,7 @@ class groupModel extends model
if($this->config->systemMode)
{
$this->dao->update(TABLE_GROUPPRIV)
$this->dao->replace(TABLE_GROUPPRIV)
->set('module')->eq('program')
->set('method')->eq('prjbrowse')
->where('module')->eq('project')