summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efbe47e)
raw | patch | inline | side by side (parent: efbe47e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Sep 2006 07:29:18 +0000 (07:29 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 5867d460da27d4dd3545ac1e60a9be17a6596288..5c1f9f3243948a6649409688ff2460d057d67495 100644 (file)
$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'.");
}