From: hickert Date: Tue, 11 May 2010 07:41:45 +0000 (+0000) Subject: removed defaults from get_cfg_value and added some missing properties. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7abdfd029a01c2a6bc4f351c207ca0e59a65f6b7;p=gosa.git 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 --- 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.