Commit 32b37301 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #2979 FusionDirectory could detect old ACL format

Showing with 1 addition and 1 deletion
+1 -1
......@@ -166,7 +166,7 @@ class acl extends plugin
/* Handle unknown types */
if (!in_array($type, array('subtree', 'base'))) {
msg_dialog::display(_("Internal error"), sprintf(_("Unkown ACL type '%s'!"), $type), ERROR_DIALOG);
msg_dialog::display(_("Internal error"), sprintf(_("Unkown ACL type '%s'!\nYou might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format."), $type), ERROR_DIALOG);
$a = array();
}
return $a;
......
  • bmortier @bmortier

    mentioned in issue #1023

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

    ·

    mentioned in issue #1023

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