diff --git a/src/Host.php b/src/Host.php index bc46efd..3f13d21 100644 --- a/src/Host.php +++ b/src/Host.php @@ -239,8 +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']); - \Toolbox::logDebug($params); $api = new ApiClient(); $res = $api->connectionRequest(); if (isset($res["security"]["token"])) { diff --git a/templates/host.html.twig b/templates/host.html.twig index 55ff19d..2c65b5d 100644 --- a/templates/host.html.twig +++ b/templates/host.html.twig @@ -52,7 +52,6 @@