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
Actions