Code

Updated department tabs.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Nov 2008 16:11:44 +0000 (16:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Nov 2008 16:11:44 +0000 (16:11 +0000)
- Removed ldap::fix, wrong place here.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12906 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/tabs_department.inc

index 9d42567575d1f2d1e5fad811b7f35d6994f136cf..86f0acd65053e2613b59e6bfb7b7b2541b94a665 100644 (file)
@@ -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;