Code

Updated event handling for FAI repository server closes #416
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 22 Apr 2008 13:08:15 +0000 (13:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 22 Apr 2008 13:08:15 +0000 (13:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10618 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc

index 04c0c19e2839a54d5eb7c6c1282ba03f7105fb42..d96c9db5e2bdc1928492c827cc9ac70169159ffa 100644 (file)
@@ -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);