summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c93274)
raw | patch | inline | side by side (parent: 0c93274)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Feb 2008 16:10:02 +0000 (16:10 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Feb 2008 16:10:02 +0000 (16:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8937 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
index 24b1b5ac3af818da8cdf33ef58b646f61cff06b5..45827f05fe3ac956cbaa68fdec429dcc2071ec02 100644 (file)
if ($action == "reinstall" || $action == "softupdate"){
$method= "job";
}
- gosaSupportDaemon::send("${method}_trigger_action_".$action, $this->netConfigDNS->macAddress, array("macAddress" => $t
-his->netConfigDNS->macAddress));
+ gosaSupportDaemon::send("${method}_trigger_action_".$action, $this->netConfigDNS->macAddress, array("macAddress" => $this->netConfigDNS->macAddress));
}
/* Base select dialog */