Actions
Bug #23796
closedPHP Fatal error in t3lib_contextmenu_renderer_Abstract::renderAction()
Start date:
2010-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The phplint throws an fatal error with this message:
PHP Fatal error: Non-abstract method t3lib_contextmenu_renderer_Abstract::renderAction()
php -l t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_Abstract.php
(issue imported from #M16071)
Files
Updated by Stefano Kowalke about 14 years ago
The full error message is:
PHP Fatal error: Non-abstract method t3lib_contextmenu_renderer_Abstract::renderAction() must contain body in t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_Abstract.php on line 43
Actions