kopia lustrzana https://github.com/friendica/friendica
Restore `item/drop/{item_id}` route in mod/item
rodzic
28d55c8c5d
commit
00ddc9cfd7
|
@ -340,7 +340,7 @@ function item_content(App $a)
|
|||
|
||||
$args = DI::args();
|
||||
|
||||
if (!$args->has(3)) {
|
||||
if (!$args->has(2)) {
|
||||
throw new HTTPException\BadRequestException();
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue