From: hickert Date: Tue, 14 Feb 2006 12:58:13 +0000 (+0000) Subject: Fix base selection from htoplug dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9197d2b55b3264674a322c0d78e35c3e5890f08a;p=gosa.git Fix base selection from htoplug dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2691 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_hotplugDialog.inc b/plugins/personal/environment/class_hotplugDialog.inc index dc9fbfdf2..08e3f3386 100644 --- a/plugins/personal/environment/class_hotplugDialog.inc +++ b/plugins/personal/environment/class_hotplugDialog.inc @@ -57,7 +57,7 @@ class hotplugDialog extends plugin $this->regex=preg_replace("/\*\*/","*",$this->regex); } - $this->deplist=array_flip($this->config->departments); + $this->deplist=$this->config->idepartments; $this->hotplugDevices = $this->getHotplugs(); $smarty->assign("regexHot" ,$this->regex);