Code

Added acls to mimetype
[gosa.git] / plugins / admin / ogroups / class_termgroup.inc
index 2d3d5e94217b6958006577bbf2ad962b33eb835a..855bfadeab90473bc5d25ac673abbaf76abfead2 100644 (file)
@@ -104,7 +104,7 @@ class termgroup extends plugin
      /* Call common method to give check the hook */
     $message= plugin::check();
 
-    if ($this->acl_is_createable()){
+    if ($this->acl_is_createable() && $this->dn == "new"){
       $message[]= _("You have no permissions to create a workstation on this 'Base'.");
     }