Code

Fixed typo in acl check
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Sep 2006 07:29:18 +0000 (07:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Sep 2006 07:29:18 +0000 (07:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4566 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_ogroup.inc

index 5867d460da27d4dd3545ac1e60a9be17a6596288..5c1f9f3243948a6649409688ff2460d057d67495 100644 (file)
@@ -638,7 +638,7 @@ class ogroup extends plugin
       $message[]= _("There is already an object with this cn.");
     } 
 
-    if ($this->orig_dn == "new" && $this->acl_is_createable()){
+    if ($this->orig_dn == "new" && !$this->acl_is_createable()){
       $message[]= _("You have no permissions to create a group on this 'Base'.");
     }