From: cajus Date: Wed, 5 Mar 2008 12:40:23 +0000 (+0000) Subject: Moved action to saction X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ad77a7f9570e5759bf07e21f9a552cbd37a301bb;p=gosa.git Moved action to saction git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9349 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 7ab4bfca3..78a6c374e 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -176,7 +176,7 @@ class workgeneric extends plugin } if ((isset($_POST['action'])) && ($this->acl_is_writeable("FAIstate")) && isset($this->mapActions[$_POST['saction']]) ){ - $action= $_POST['action']; + $action= $_POST['saction']; /* Check if we have an DaemonEvent for this action */ if(class_available("DaemonEvent")){