summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 76b33fb)
raw | patch | inline | side by side (parent: 76b33fb)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 8 Feb 2008 16:03:50 +0000 (16:03 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 8 Feb 2008 16:03:50 +0000 (16:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8787 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_servGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc
index aeddfc9caa06ef6f16fb7ba8ebd4278105c1fe20..033c9fb5c99e65ed73459bafbe271cd0b05a0ff4 100644 (file)
/* Check for action */
if ((isset($_POST['action'])) && ($this->acl_is_writeable("FAIstate")) && isset($this->mapActions[$_POST['saction']]) ){
- gosaSupportDaemon::send("gosa_trigger_action_".$_POST['saction'], $this->netConfigDNS->ipHostNumber, array("macAddress" => $this->netConfigDNS->macAddress));
+ gosaSupportDaemon::send("gosa_trigger_action_".$_POST['saction'], $this->netConfigDNS->macAddress, array("macAddress" => $this->netConfigDNS->macAddress));
$this->didAction= TRUE;