Skip to content
Snippets Groups Projects
Commit a526ce95 authored by Manuel Selbach's avatar Manuel Selbach Committed by Georg Ringer
Browse files

[BUGFIX] Use correct type in PageRepository::getDomainStartPage for column fe_group

Strict DBMS will throw an exception for a query where to compare an integer against a column with string values.
There will no "magic" type casting processed, thus we have to use a string instead of an integer.

Change-Id: I740d1797c92f203e83ddfec2ab00df42cc5c53aa
Resolves: #79131
Releases: master
Reviewed-on: https://review.typo3.org/51096


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent ea5caf72
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