From: hickert Date: Tue, 4 Nov 2008 16:11:44 +0000 (+0000) Subject: Updated department tabs. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1593c81dc76821418da128bb096ff383dbf095d1;p=gosa.git Updated department tabs. - Removed ldap::fix, wrong place here. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12906 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/tabs_department.inc b/gosa-core/plugins/admin/departments/tabs_department.inc index 9d4256757..86f0acd65 100644 --- a/gosa-core/plugins/admin/departments/tabs_department.inc +++ b/gosa-core/plugins/admin/departments/tabs_department.inc @@ -115,7 +115,7 @@ class deptabs extends tabs /* Move group? */ if ($this->dn != $new_dn && $this->dn != "new"){ - $baseobject->move(@LDAP::fix($this->dn),@LDAP::fix($new_dn)); + $baseobject->move($this->dn,$new_dn); } $this->dn= $new_dn;