From: hickert Date: Wed, 17 Mar 2010 13:46:59 +0000 (+0000) Subject: Updated error message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=89762936b762cd3d1f2c23320a2407c006ca64a8;p=gosa.git Updated error message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16754 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc index 2e1e58ec2..ed48287f2 100644 --- a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc +++ b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc @@ -99,7 +99,7 @@ class conference extends plugin /* get config */ if(!isset($this->goFonHomeServers[$this->goFonHomeServer])){ - msg_dialog::display(_("Obsolete entry"), sprintf(_("The current home server is not available anymore. It will be moved to '%s' if you save this entry!"), preg_replace("/,/",", ",$this->goFonHomeServers[0]['DN'])), ERROR_DIALOG); + msg_dialog::display(_("Obsolete entry"), sprintf(_("The current home server is not available anymore. It will be moved to '%s' if you save this entry!"), preg_replace("/,/",", ",$this->goFonHomeServers[0]['SERVER'])), ERROR_DIALOG); $this->goFonHomeServer = $this->goFonHomeServers[0]['DN']; $this->init_HomeServer = $this->goFonHomeServers[0]['DN'];