Actions
Bug #75881
closedImproper usage of processed files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2016-04-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
$file->process(...)
returns a ProcessedFile
object, even it could not process the image.
The ProcessedFile
has a method isProcessed()
that needs to be used to check the result, otherwise ProcessedFile
returns the properties of the original file.
Actions