Skip to content
Snippets Groups Projects
Commit 0185cbea authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[BUGFIX] Route dispatching: Don't rely on id being an integer

The route dispatcher can't rely on id being an integer, as file list for
example uses string identifier.

It is now checked whether the id is an int instead.

Resolves: #82440
Related: #82406
Releases: master
Change-Id: Idddc8484e0a597fec9d61c509d06f36736990c67
Reviewed-on: https://review.typo3.org/54098


Reviewed-by: default avatarMatthias Vogel <typo3@kanti.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMarkus Hölzle <typo3@markus-hoelzle.de>
Tested-by: default avatarMarkus Hölzle <typo3@markus-hoelzle.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 6f20a279
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment