From 2b1b266e4185b0b52fe03a4b94e18348760b158f Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 14 Feb 2006 06:05:45 +0000 Subject: [PATCH] fixed base selection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2685 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/conference/class_phoneConferenceGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.30.2