From ad16debd619a18e5093f636167b424a4f9293f52 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 5 Mar 2008 12:33:09 +0000 Subject: [PATCH] Added action git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9348 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 0ea0d959a..7ab4bfca3 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -176,6 +176,7 @@ class workgeneric extends plugin } if ((isset($_POST['action'])) && ($this->acl_is_writeable("FAIstate")) && isset($this->mapActions[$_POST['saction']]) ){ + $action= $_POST['action']; /* Check if we have an DaemonEvent for this action */ if(class_available("DaemonEvent")){ -- 2.30.2