Skip to content

Commit 4d18eb7

Browse files
marcelklehrCopilot
andauthored
fix(InternalTagsController): Add default value
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 49b1050 commit 4d18eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/InternalTagsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function renameTag(string $old_name = '', string $new_name = '', string $
4545

4646
#[NoAdminRequired]
4747
#[FrontpageRoute(verb: 'GET', url: '/tag')]
48-
public function fullTags(bool $count): JSONResponse {
48+
public function fullTags(bool $count = false): JSONResponse {
4949
return $this->publicController->fullTags($count);
5050
}
5151
}

0 commit comments

Comments
 (0)