Actions
Bug #48603
closedClipBoard is not initialized
Start date:
2013-05-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The FileList now requires the clipObj (clipboard object) to exist prior to executed the start method.
In custom extensions this might not always be the case.
The error does not happen in FileListController because there is clipboard object is created.
Either move the clipboard code or add a guard that does not use the clipboard for generation the icon list if no clipboard object is set.
Actions