From: hickert Date: Mon, 18 Jun 2007 08:55:10 +0000 (+0000) Subject: Fixed release handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5d71a243f0283df3227557cbf5df8ba92f004b7;p=gosa.git Fixed release handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6612 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_faiManagement.inc b/plugins/admin/fai/class_faiManagement.inc index e95dc01c3..1922b2aad 100644 --- a/plugins/admin/fai/class_faiManagement.inc +++ b/plugins/admin/fai/class_faiManagement.inc @@ -532,7 +532,7 @@ class faiManagement extends plugin */ $ldap->cat($mimesrc,array("dn")) ; if($ldap->count()){ - $ldap->cd ($appdst); + $ldap->cd ($mimedst); $ldap->recursive_remove(); $ldap->cd ($this->config->current['BASE']); $ldap->copy_FAI_resource_recursive($mimesrc,$mimedst,$NewReleaseName,$type,true);