Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Feb 2008 16:10:02 +0000 (16:10 +0000)
committercajus <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

index 24b1b5ac3af818da8cdf33ef58b646f61cff06b5..45827f05fe3ac956cbaa68fdec429dcc2071ec02 100644 (file)
@@ -172,8 +172,7 @@ class termgeneric extends plugin
         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 */