diff --git a/module/common/model.php b/module/common/model.php index 27e2443cc6..d9971a399e 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -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);