From: hickert Date: Thu, 27 Sep 2007 08:29:03 +0000 (+0000) Subject: Added phone server updated X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=504f3d6c5f8dc540cc90cc6a40d37a4439f728cc;p=gosa.git Added phone server updated git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7420 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_goFonServer.inc b/plugins/admin/systems/class_goFonServer.inc index 8707485cc..3e139ce11 100644 --- a/plugins/admin/systems/class_goFonServer.inc +++ b/plugins/admin/systems/class_goFonServer.inc @@ -145,6 +145,11 @@ class goFonServer extends goService{ show_ldap_error($ldap->get_error(),sprintf(_("Updating gofon home server failed for '%s'."),$dn)); } } + + /* Updated config list of gofon servers */ + if($this->orig_dn == "new" || $this->orig_dn != $this->dn){ + $_SESSION['config']->load_servers(); + } } }