From 2b1e67a5f127a45b1448f1df25dcab03bd5f1b2a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 12:18:00 +0000 Subject: [PATCH] Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18226 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc index 1736e2aa6..a60e94c7d 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc @@ -109,7 +109,7 @@ class terminfo extends plugin /* Use 'goto' as snmp community or the configured value from the config */ $community= 'goto'; - $str= $this->config->search("terminfo", "SNMPCOMMUNITY", array('tabs')); + $str= $this->config->get_cfg_value("terminfo", "snmpCommunity"); if(!empty($str)){ $community = $str; } -- 2.30.2