[ticket/378] Add functional test and correct check in listener
B3P-378
This commit is contained in:
@@ -134,6 +134,6 @@ class listener implements EventSubscriberInterface
|
||||
*/
|
||||
protected function has_portal_access()
|
||||
{
|
||||
return $this->auth->acl_get('u_view_portal') && $this->config['board3_portal_enable'];
|
||||
return $this->auth->acl_get('u_view_portal') && $this->config['board3_enable'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user