- Issue created by @i.mcbride
The Linkit module has changed the function signature of MediaFileRedirect::getUrl() to accept an optional array parameter $options. This parameter is missing in media_entity_file_redirect's implementation of the function, causing a fatal error.
Update the function signature.
Post a patch.
Needs review
1.0
Code