Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Cast pageUid in RedirectFinisher to string (#173)
Due to an undiscovered breaking change, redirects in the RedirectFinisher don't work anymore if the pageUid is an integer. This change casts the pageUid to a string to workaround this new behavior. See https://review.typo3.org/c/Packages/TYPO3.CMS/+/65467 as well.
- Loading branch information