Actions
Bug #53765
closedAbstractRecordList::$id used but is not declared as property
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Checked on 6.1.5
In AbstractRecordList, we have multiple references to $this->id but there is no property named "$id" on this class.
Referenced :- L342 (comment)
- L347
- L397
Updated by Markus Klein about 11 years ago
- Status changed from New to On Hold
Hi Clément!
We know that this class (and several others) are a mess.
This is very old code, but we will not clean them now for 6.2 and for sure not for older versions.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from On Hold to Closed
will be done during the cleanup anyways.
Still: Good catch :)
Actions