summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa1d721)
raw | patch | inline | side by side (parent: aa1d721)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 May 2008 08:31:20 +0000 (08:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 May 2008 08:31:20 +0000 (08:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10805 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc | patch | blob | history |
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 4f2a6adb22364fe67fba2a420748a6f525dd9be4..565501bc00b1b4a7ecb61e3a3e26bf014e26db93 100644 (file)
$ldap->cd($this->dn);
$ldap->add($this->attrs);
$this->handle_post_events("add");
- if(count($this->attrs)){
- $this->trigger_si_fai_server_reload();
- }
+ }
+
+ # If there were changes, just tell the server to reload information
+ if(count($this->attrs)){
+ $this->trigger_si_fai_server_reload();
}
if($this->initially_was_account){