From: Hypolite Petovan Date: Tue, 25 Jul 2023 18:16:18 +0000 (+0200) Subject: Restore `item/drop/{item_id}` route in mod/item X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00ddc9cfd76f9e662198c4a443c0754ec7ee9d1e;p=friendica.git Restore `item/drop/{item_id}` route in mod/item --- diff --git a/mod/item.php b/mod/item.php index cf23df8424..e15ca639c4 100644 --- a/mod/item.php +++ b/mod/item.php @@ -340,7 +340,7 @@ function item_content(App $a) $args = DI::args(); - if (!$args->has(3)) { + if (!$args->has(2)) { throw new HTTPException\BadRequestException(); }