Actions
Bug #99106
closedAvoid undefined array key "pointer." in AbstractPlugin while pi_list_browseresults
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Calling pi_list_browseresults
expects $this->piVars[$pointerName]
however the pointer might be omitted if it is the default value of 0 and thus would not be set
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76642
Updated by J. Peter M. Schuler about 2 years ago
- Description updated (diff)
- PHP Version set to 8.1
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.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/+/76616
Updated by J. Peter M. Schuler about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2ef7a0fb6018fe5834d1cb300b1efe2f1106dd11.
Actions