From: hickert Date: Thu, 2 Mar 2006 09:04:18 +0000 (+0000) Subject: .. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d0efee8231d18377a52cf0c201d284b16cc58f7f;p=gosa.git .. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2798 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc index 9b1d816f5..0186ee18f 100644 --- a/plugins/admin/systems/class_servRepository.inc +++ b/plugins/admin/systems/class_servRepository.inc @@ -292,7 +292,7 @@ $ldap->modify ($this->attrs); if($ldap->count()){ $ldap->cd($this->dn); $this->cleanup(); -$ldap->modify ($this->attrs); + $ldap->modify ($this->attrs); $this->handle_post_events("modify"); }else{