From 53c6917157c8cefcdf996bf8e035a4f25a39d38f Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 3 Jul 2008 14:09:25 +0000 Subject: [PATCH] Update wake call from "wake" to "wakeup" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11528 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 40047a487..1ccdc994b 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -50,7 +50,7 @@ class workgeneric extends plugin var $objectclasses= array("top", "gotoWorkstation", "GOhard"); var $validActions = array("reboot" => "", "localboot" => "", "halt" => "", "update" => "", "reinstall" => "", - "rescan" => "", "wake" => "", "memcheck" => "", "sysinfo" => ""); + "rescan" => "", "wakeup" => "", "memcheck" => "", "sysinfo" => ""); var $fai_activated = FALSE; @@ -303,7 +303,7 @@ class workgeneric extends plugin "localboot" => _("Force localboot"), "sysinfo" => _("System analysis"))); } else { - $smarty->assign("actions", array("wake" => _("Wake up"), + $smarty->assign("actions", array("wakeup" => _("Wake up"), "reinstall" => _("Reinstall"), "update" => _("Software update"), "memcheck" => _("Memory test"), -- 2.30.2