Line 186
elseif (isset($attribute) && !empty($attribute) && isset($field[$attribute])) {

isset($field[$attribute]) will always fail because mimetype is not part of the $field variable.

Comments

monstrfolk created an issue. See original summary.

monstrfolk’s picture

Status: Active » Needs review
monstrfolk’s picture

monstrfolk’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.