summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad16deb)
raw | patch | inline | side by side (parent: ad16deb)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Mar 2008 12:40:23 +0000 (12:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Mar 2008 12:40:23 +0000 (12:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9349 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc
index 7ab4bfca3623a137e6cb13947e3dd246d5c534ee..78a6c374ee1a88fdb2b953518bc4c9f214be53af 100644 (file)
}
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")){