summaryrefslogtreecommitdiffstats
path: root/apis/debugrequest.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'apis/debugrequest.inc.php')
-rw-r--r--apis/debugrequest.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apis/debugrequest.inc.php b/apis/debugrequest.inc.php
index 0d423bec..54ebffb2 100644
--- a/apis/debugrequest.inc.php
+++ b/apis/debugrequest.inc.php
@@ -19,6 +19,6 @@ if ($validclient == false) {
$data = array("hosts" => array($_SERVER["REMOTE_ADDR"], $debug_settings["debugServer"]),
"ports" => array($port, intval($debug_settings["port"])), "descs" => array("bwlpclient", "debugserver"));
$taskstruct = Taskmanager::submit('DispatchRelay', $data);
- Property::setDebugTaskStruct($taskstruct);
+ Property::addToList("DispatchedRelay", $taskstruct['id']);
}