diff --git a/module/VuFind/src/VuFind/Controller/TagController.php b/module/VuFind/src/VuFind/Controller/TagController.php index 5866d0c8b07bec2bea0adc10149efdeb10a68250..e23e0b9390b2274261e10c0843e2a175e0a97d3e 100644 --- a/module/VuFind/src/VuFind/Controller/TagController.php +++ b/module/VuFind/src/VuFind/Controller/TagController.php @@ -62,6 +62,6 @@ class TagController extends AbstractSearch if (!$this->tagsEnabled()) { throw new ForbiddenException('Tags disabled'); } - return parent::homeAction(); + return parent::resultsAction(); } }