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(); }