* code for task #69248.
This commit is contained in:
@@ -209,14 +209,6 @@ class group extends control
|
||||
$group = $this->group->getById($groupID);
|
||||
$groupPrivs = $this->group->getPrivs($groupID);
|
||||
|
||||
if($this->config->systemMode == 'classic')
|
||||
{
|
||||
if(isset($groupPrivs['project']['browse']))
|
||||
{
|
||||
$groupPrivs['project']['list'] = 'list';
|
||||
}
|
||||
}
|
||||
|
||||
$this->view->title = $this->lang->company->common . $this->lang->colon . $group->name . $this->lang->colon . $this->lang->group->managePriv;
|
||||
$this->view->position[] = $group->name;
|
||||
$this->view->position[] = $this->lang->group->managePriv;
|
||||
|
||||
Reference in New Issue
Block a user