Bug #88092
closedPageLayoutView::getLocalizedPageTitle() has wrong null coalesce usage in condition
100%
Description
PageLayoutView::getLocalizedPageTitle() has the condition $this->tt_contentConfig['sys_language_uid'] ?? 0 > 0
which is wrong and basically evaluates to isset($this->tt_contentConfig['sys_language_uid']) ? $this->tt_contentConfig['sys_language_uid'] || 0 > 0
Updated by Andreas Kienast over 5 years ago
- Related to Task #84375: Use ServerRequestInterface in PageLayoutController added
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/60400
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60406
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60406
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5600691c040e1e285e87df2fe84ada1dacda272d.