Project

General

Profile

Actions

Bug #79131

closed

Wrong type in PageRepository::getDomainStartPage for column fe_group

Added by Manuel Selbach over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2017-01-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Use of incorrect type for column fe_group in the method PageRepository::getDomainStartPage.
If a DBMS with strict usage of types is used (e.g. Postgres), the method will throw an exception, as the 0 is of type integer and not of type string as the column is defined in the database and thus a comparison will fail.

Actions

Also available in: Atom PDF