From b296cdf0f05c7f5dfc8dcdc11ab71b40bf592f84 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 1 Sep 2006 07:29:18 +0000 Subject: [PATCH] Fixed typo in acl check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4566 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/class_ogroup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/ogroups/class_ogroup.inc b/plugins/admin/ogroups/class_ogroup.inc index 5867d460d..5c1f9f324 100644 --- a/plugins/admin/ogroups/class_ogroup.inc +++ b/plugins/admin/ogroups/class_ogroup.inc @@ -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'."); } -- 2.30.2