From 24a1324f50843bb975b9477f4fb6ce7ea72195cd Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 09:11:25 +0000 Subject: [PATCH] Updated properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18351 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_terminalService.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc index 9d1f4ed74..55123a1a1 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc @@ -106,8 +106,8 @@ class termservice 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); $lines = preg_split("/\n/",$str); -- 2.30.2