From: hickert Date: Tue, 22 Apr 2008 13:08:15 +0000 (+0000) Subject: Updated event handling for FAI repository server closes #416 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26c2818c4e61a4d06c91f02104a2fed4961125de;p=gosa.git Updated event handling for FAI repository server closes #416 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10618 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc index 04c0c19e2..d96c9db5e 100644 --- a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc +++ b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc @@ -281,9 +281,6 @@ class servrepository extends goService $this->cleanup(); $ldap->modify ($this->attrs); $this->handle_post_events("modify"); - if(count($this->attrs)){ - $this->trigger_si_fai_server_reload(); - } }else{ $ldap->cd ($this->config->current['BASE']); $ldap->create_missing_trees($this->dn);