Actions
Bug #87673
closedSiteLanguage->getFallbackLanguageIds() returns a mixed array
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, SiteLanguage->getFallbackLanguageIds()
returns a mixed array with items of types integer and string. The items must be sanitized in the constructor to be always an integer.
Actions