Code

Added action
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Mar 2008 12:33:09 +0000 (12:33 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Mar 2008 12:33:09 +0000 (12:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9348 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc

index 0ea0d959a813a9bf8752572730e59dd37f323b67..7ab4bfca3623a137e6cb13947e3dd246d5c534ee 100644 (file)
@@ -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")){