Code

Updated groupMail account.
[gosa.git] / gosa-core / include / class_acl.inc
index 07b84b3d34ce9b1ba4393ad704fba2d9e4f9d7be..91b89f79ce25a8034518fe2aed6818c99371e70a 100644 (file)
@@ -798,7 +798,7 @@ class acl extends plugin
         break;
       
       default:
-        print_red(sprintf(_("Unkown ACL type '%s'. Don't know how to handle it."), $type));
+        msg_dialog::display(_("Internal error"), sprintf(_("Unkown ACL type '%s'. Don't know how to handle it."), $type), ERROR_DIALOG);
         $a= array();
     }
     return ($a);