Project

General

Profile

Bug #66167 ยป backend_form_element_inline.patch

Markus Bischof, 2015-03-31 08:11

View differences:

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;
}
}
    (1-1/1)