Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Enforce ArchiveViewHelper to return a string
If the configuration `plugin.tx_blog.settings.archiveUid` is undefined, the link to the archive pages cannot be built which causes the "generation" of the link text only. However, this may fail if only the year is returned, as it is an integer. This patch adds a string cast to the rendering result to handle year-only results as strings as well.
- Loading branch information