Code

Replaced config->search with get_cfg_value
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:17:55 +0000 (12:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:17:55 +0000 (12:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18224 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index e4d04f89afe98bb21f2facd7ee0e3e8a2211b67a..b8024bc87875185f5341fa070b4915c2b3cf4ee4 100644 (file)
@@ -366,7 +366,7 @@ class systemManagement extends management
     $dsc   = array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w"));
 
     /* Get and check command */
-    $command= $this->config->search("workgeneric", "SYSTEMISOHOOK",array('tabs'));
+    $command= $this->config->get_cfg_value("workgeneric", "systemIsoHook");
     if (check_command($command)){
       @DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, "Execute");