Merge pull request #13305 from MrPetovan/bug/13304-item-drop-args

Restore `item/drop/{item_id}` route in mod/item
pull/13308/head
Michael Vogel 2023-07-25 23:38:45 +02:00 zatwierdzone przez GitHub
commit 0ecdb0252a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -340,7 +340,7 @@ function item_content(App $a)
$args = DI::args();
if (!$args->has(3)) {
if (!$args->has(2)) {
throw new HTTPException\BadRequestException();
}