Commit 95fe93b6 authored by Côme Bernigaud's avatar Côme Bernigaud
Browse files

Fixes #3248 aclAssignment have no mainAttr

Showing with 1 addition and 0 deletions
+1 -0
...@@ -251,6 +251,7 @@ class aclAssignment extends simplePlugin ...@@ -251,6 +251,7 @@ class aclAssignment extends simplePlugin
'ou' => '', 'ou' => '',
'icon' => 'geticon.php?context=categories&icon=acl&size=16', 'icon' => 'geticon.php?context=categories&icon=acl&size=16',
'tabClass' => 'simpleTabs_noSpecial', 'tabClass' => 'simpleTabs_noSpecial',
'mainAttr' => FALSE
), ),
); );
if ($config->get_cfg_value('aclTabOnObjects') == 'TRUE') { if ($config->get_cfg_value('aclTabOnObjects') == 'TRUE') {
......
  • bmortier @bmortier

    mentioned in issue #1086

    By Côme Chilliet on 2017-09-02T15:12:14 (imported from GitLab)

    ·

    mentioned in issue #1086

    By Côme Chilliet on 2017-09-02T15:12:14 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment