summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5ef7cb)
raw | patch | inline | side by side (parent: a5ef7cb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Nov 2008 15:47:59 +0000 (15:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Nov 2008 15:47:59 +0000 (15:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12903 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/tabs_department.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/tabs_department.inc b/gosa-core/plugins/admin/departments/tabs_department.inc
index 86f0acd65053e2613b59e6bfb7b7b2541b94a665..9d42567575d1f2d1e5fad811b7f35d6994f136cf 100644 (file)
/* Move group? */
if ($this->dn != $new_dn && $this->dn != "new"){
- $baseobject->move($this->dn,$new_dn);
+ $baseobject->move(@LDAP::fix($this->dn),@LDAP::fix($new_dn));
}
$this->dn= $new_dn;