BUGFIX: ->
parent
7ab0309d0c
commit
ec5c3ae1d5
|
@ -1353,7 +1353,7 @@ class H5PContentValidator {
|
||||||
unset($image->mime);
|
unset($image->mime);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$file->mime = htmlspecialchars($file->mime);
|
$image->mime = htmlspecialchars($image->mime);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove attributes that should not exist, they may contain JSON escape
|
// Remove attributes that should not exist, they may contain JSON escape
|
||||||
|
|
Loading…
Reference in New Issue