Actions
Bug #95960
closedPHP Warning: Undefined array key "xyz" in LinkAnalyzer.php line 140
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2021-11-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Missing check for existing array key there.
Updated by Gerrit Code Review about 3 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/+/72159
Updated by Nikita Hovratov about 3 years ago
Reproduction:
Add this tsconfig and run Info->LinkValidator->Check Links
mod.linkvalidator.searchFields { non_existing_table = xyz }
Updated by Nikita Hovratov about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 771bbc3b02cc65c1e6d7f1b253f5cb9cfac84afd.
Actions