mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Restore item/drop/{item_id}
route in mod/item
This commit is contained in:
parent
28d55c8c5d
commit
00ddc9cfd7
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ function item_content(App $a)
|
||||||
|
|
||||||
$args = DI::args();
|
$args = DI::args();
|
||||||
|
|
||||||
if (!$args->has(3)) {
|
if (!$args->has(2)) {
|
||||||
throw new HTTPException\BadRequestException();
|
throw new HTTPException\BadRequestException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue