Actions
Bug #44355
closedFileReference::getProperty checks for NULL
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-01-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
... but if I enter something in the FileReference record in BE and clear the field, the value will be an empty string instead of NULL, so the fallback won't work anymore.
Comparing against both NULL and '' should fix this.
Actions