This commit is contained in:
tianshujie
2022-03-02 15:15:37 +08:00
parent 0bb3371484
commit 4f17795ffd
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -2194,8 +2194,6 @@ EOD;
if(isset($this->app->user))
{
if(in_array($module, $this->config->programPriv->waterfall) and $this->app->tab == 'project') return true;
$this->app->user = $this->session->user;
if(!commonModel::hasPriv($module, $method)) $this->deny($module, $method);
}