From: hickert Date: Tue, 14 Feb 2006 06:05:45 +0000 (+0000) Subject: fixed base selection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b1b266e4185b0b52fe03a4b94e18348760b158f;p=gosa.git fixed base selection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2685 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc index fea75e73d..1f5cd480f 100644 --- a/plugins/gofon/conference/class_phoneConferenceGeneric.inc +++ b/plugins/gofon/conference/class_phoneConferenceGeneric.inc @@ -118,7 +118,7 @@ class conference extends plugin $this->config->make_idepartments(); $smarty= get_smarty(); - $smarty->assign("bases" ,array_flip($this->config->departments)); + $smarty->assign("bases" ,$this->config->idepartments); $smarty->assign("base" ,$this->base); $smarty->assign("goFonConferenceOptions", array("D"=>"Conference ","d"=>"Conference without PIN"));