Actions
Bug #18509
closedXCLASSing ToolbarItem does not work
Start date:
2008-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Because in backend.php there is no makeInstance of toolbarItemClasses xclassing is not possible.
adding
// get name of XCLASS (if any):
$toolbarItemClassName = t3lib_div::makeInstanceClassName($toolbarItemClassName);
does the trick, thx olly for the hint.
(issue imported from #M7954)
Files
Actions