From 7abdfd029a01c2a6bc4f351c207ca0e59a65f6b7 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 07:41:45 +0000 Subject: [PATCH] removed defaults from get_cfg_value and added some missing properties. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18322 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 2c832a6e7..81272f9a4 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -62,7 +62,7 @@ class gosaSupportDaemon // Detect timeout if($timeout == null){ - $timeout = $config->get_cfg_value("core","gosaSupportTimeout",15); + $timeout = $config->get_cfg_value("core","gosaSupportTimeout"); } /* This should only be the case if we call this from setup. -- 2.30.2