Actions
Bug #79131
closedWrong type in PageRepository::getDomainStartPage for column fe_group
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.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51096
Updated by Manuel Selbach almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a526ce957c503b53296da4ff34081d7416ad469a.
Actions