Actions
Bug #58707
closedInvalid oject->string convert in ElementBrowser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hey guys,
There is a invalid object->string convert in the GeneralUtility::quoteJSvalue, because the ElementBrowser use the Folder object directly for the "quoteJSvalue" and there is no toString implementation in the Folder object. The ElementBrowser->folderList cause this problem. $baseFolder as well as $folderPath in the foreach shouldn't use directly in the path/string related methods.
Regards,
Tim
Actions