X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgoto%2Fadmin%2Fsystems%2Fgoto%2Fclass_workstationService.inc;h=249d4b7e25e94d34c4a5395259732cbcfaf98fd9;hb=76ae3a1c3acf74493d6c1e80d391bb3de40abb10;hp=5cf847b1bb0b107e16b3398906eae458cb8bac4d;hpb=5274a6211ab1d2c3e94c971781b949b8ce7091ad;p=gosa.git diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc index 5cf847b1b..249d4b7e2 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc @@ -61,8 +61,8 @@ class workservice extends plugin "1400x1050" => "1400x1050", "1600x1200" => "1600x1200"); - if($this->config->get_cfg_value("core","resolutions") != ""){ - $file = $this->config->get_cfg_value("core","resolutions"); + if($this->config->get_cfg_value("environment","resolutions") != ""){ + $file = $this->config->get_cfg_value("environment","resolutions"); if(is_readable($file)){ $str = file_get_contents($file);