From: hickert Date: Mon, 10 May 2010 12:18:06 +0000 (+0000) Subject: Replaced config->search with get_cfg_value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b6b04fdaa02993127b214674967f569b6b8c2118;p=gosa.git Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18228 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 98db816ca..d28a4b201 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -1199,7 +1199,7 @@ class workstartup extends plugin function GetHookElements() { $ret = array(); - $cmd= $this->config->search("servrepository", "repositoryBranchHook",array('tabs')); + $cmd= $this->config->get_cfg_value("servrepository", "repositoryBranchHook"); if(!empty($cmd)){ $res = shell_exec($cmd); $res2 = trim($res);