From 8803d123e487169779a5211b2fa0f1c835ed8647 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 12:18:03 +0000 Subject: [PATCH] Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18227 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc index 78c2b3067..1b657e401 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc @@ -129,7 +129,7 @@ class termstartup extends plugin /* Get list of boot kernels */ if (isset($this->config->data['TABS'])){ - $command= $this->config->search(get_class($this), "systemKernelsHook",array('tabs')); + $command= $this->config->get_cfg_value(get_class($this), "systemKernelsHook"); if (!check_command($command)){ $message[]= sprintf(_("Command '%s', specified as systemKernelsHook for plugin '%s' doesn't seem to exist."), $command, -- 2.30.2