summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95b8b61)
raw | patch | inline | side by side (parent: 95b8b61)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 May 2008 10:59:24 +0000 (10:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 May 2008 10:59:24 +0000 (10:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11086 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/class_groupGeneric.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/class_groupGeneric.inc b/gosa-core/plugins/admin/groups/class_groupGeneric.inc
index 7f27fcfe08dafe36153686c870ccdeb6dc1676a7..c9e3958c9ea46ba0ef4f503a367d5dc518f3a7c0 100644 (file)
*/
if($this->orig_dn == "new" && !$this->acl_is_createable($this->base)){
$message[] = msgPool::permCreate();
- }elseif($this->orig_base && !$this->acl_is_moveable($this->base)){
+ }elseif($this->orig_dn != "new" && $this->orig_base && !$this->acl_is_moveable($this->base)){
$message[] = msgPool::permMove();
}