diff --git a/src/Host.php b/src/Host.php index 8074b51..1bd349c 100644 --- a/src/Host.php +++ b/src/Host.php @@ -239,7 +239,6 @@ public function setDowntime(int $id, array $params) $params['duration'] = filter_var($params['duration'], FILTER_VALIDATE_INT); } unset($params['time_select']); - unset($params['author_id']); $api = new ApiClient(); $res = $api->connectionRequest(); if (isset($res["security"]["token"])) { diff --git a/templates/host.html.twig b/templates/host.html.twig index 3d2ec05..8a1d2d9 100644 --- a/templates/host.html.twig +++ b/templates/host.html.twig @@ -52,7 +52,6 @@