Bug #66167 ยป backend_form_element_inline.patch
typo3/sysext/backend/Classes/Form/Element/InlineElement.php (revision ) | ||
---|---|---|
$selectorConfiguration['PA']['fieldConf']['config']['appearance']['elementBrowserAllowed'],
|
||
TRUE
|
||
);
|
||
if (!in_array($fileRecord['extension'], $allowedFileExtensions, TRUE)) {
|
||
if (!in_array(strtolower($fileRecord['extension']), $allowedFileExtensions, TRUE)) {
|
||
return FALSE;
|
||
}
|
||
}
|