Commit d07d9107 authored by Swaelens Jonathan's avatar Swaelens Jonathan Committed by Benoit Mortier
Browse files

Fixes #3297 Replace the path of geticon for class_group.inc

Showing with 1 addition and 1 deletion
+1 -1
......@@ -1090,7 +1090,7 @@ class group extends plugin
"name" => _("Group"),
'ou' => get_ou('groupRDN'),
'filter' => 'objectClass=posixGroup',
'icon' => '/fusiondirectory/geticon.php?context=types&icon=user-group&size=16',
'icon' => 'geticon.php?context=types&icon=user-group&size=16',
'mainAttr' => 'cn',
'tabClass' => 'grouptabs',
)),
......
  • bmortier @bmortier

    mentioned in issue #1103

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

    ·

    mentioned in issue #1103

    By Côme Chilliet on 2017-09-02T15:12:51 (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