From: cajus Date: Thu, 24 Jul 2008 12:29:29 +0000 (+0000) Subject: Migrated pluglist X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e0375bee84fcf679e71f218b14799d7344b37f63;p=gosa.git Migrated pluglist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12020 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_pluglist.inc b/gosa-core/include/class_pluglist.inc index 714a3afc7..bce2ec205 100644 --- a/gosa-core/include/class_pluglist.inc +++ b/gosa-core/include/class_pluglist.inc @@ -257,7 +257,7 @@ class pluglist { $cfg= $this->config->data['MENU']; if (isset($this->config->current['ICONSIZE'])){ - list($x, $y)= split("x", $this->config->current['ICONSIZE']); + list($x, $y)= split("x", $this->config->get_cfg_value("iconsize")); $isize= "width=\"$x\" height=\"$y\""; } else { $isize= "";