This commit is contained in:
liumengyi
2022-05-25 16:32:31 +08:00
parent 673c192017
commit 5fad83c332
+1 -1
View File
@@ -2300,7 +2300,7 @@ EOD;
if(isset($this->app->user))
{
if(in_array($module, $this->config->programPriv->waterfall) and $this->app->tab == 'project') return true;
if(in_array($module, $this->config->programPriv->waterfall) and $this->app->tab == 'project' and $method != 'browse') return true;
$this->app->user = $this->session->user;
if(!commonModel::hasPriv($module, $method)) $this->deny($module, $method);