Actions
Bug #22494
closedMissing XCLASS in class.t3lib_matchcondition_abstract.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The file class.t3lib_matchcondition_abstract.php has no XCLASS at the end.
abstract class t3lib_matchCondition_abstract {
...
}
This is bad, because if you want to enhance the methods, then you must do the same twice for class.t3lib_matchcondition_backend.php and class.t3lib_matchcondition_frontend.php .
(issue imported from #M14171)
Files
Actions