Task #480
Unnecessary methodcall in F3_Flow_Resource_Manager?
Start date:
2008-04-24
Due date:
% Done:
100%
Estimated time:
Sprint:
PHP Version:
Has patch:
Complexity:
Description
In the class F3_Flow_Resource_Manager, method "instantiateResource" is a call to
F3_FLOW3_Utility_FileTypes::mimeTypeFromFilename($metadata['name']);
$metadata['mimeType'] should do the job as well.