Actions
Bug #93275
closedCustom backend loginLogo – without an explicit loginLogoAlt settings – causes TypeError
Start date:
2021-01-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in […]/typo3/sysext/backend/Classes/Controller/LoginController.php
line 412
(1/1) TypeError trim() expects parameter 1 to be string, null given
$logoAlt = trim($extConf['loginLogoAlt']);
The issue is that the loginLogoAlt index is accessed without checking availability.
Threfore a null coalescing operator should be added.
Updated by Benjamin Franzke almost 4 years ago
- Related to Task #92628: Linked TYPO3-Logo has no discernible text added
Updated by Gerrit Code Review almost 4 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/+/67437
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 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/+/67437
Updated by Benjamin Franzke almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60dab02988161af402f517656a4c640192874d69.
Actions