summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3128357)
raw | patch | inline | side by side (parent: 3128357)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 09:59:53 +0000 (09:59 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 09:59:53 +0000 (09:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2121 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index b4e55584fdfce3e52cb8ac41fa41f422e620494c..eb1e4a60090478414228f6023403f04fdfe15e0c 100644 (file)
}
if (isset($_POST['action'])){
- $cmd= search_config($this->config->data['TABS'], "terminfo", "ACTIONCMD");
+ $cmd= search_config($this->config->data['TABS'], "workgeneric", "ACTIONCMD");
if ($cmd == ""){
print_red(_("No ACTIONCMD definition found in your gosa.conf"));
} else {