Actions
Bug #86689
closed[BUGFIX][FAL] Update local cache upon creation of new storage object
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2018-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
When a new FAL storage object for the "local" driver is being created it is not possible to retrieve the new object instantaneous. The objects are being cached in a local static variable which needs to get flushed (set to "null") first.
Actions