Actions
Bug #67543
closedException in ImportExportController when default folder not accessible
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Import/Export (T3D)
Target version:
-
Start date:
2015-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
When the current editor has not access to the current import / export folder, an Exception is thrown, when the editor tries to access the import / export module:
Fatal error: Call to a member function getStorage() on a non-object in /typo3/sysext/impexp/Classes/Controller/ImportExportController.php on line 1479
The reason for this is quite simple: in the getExportFiles()
method a check for FALSE
is performed that actually should be NULL
.
Actions