We have a couple of migrations running on a website. After the latest linkchecker updates, these migrations are crashing when there are no migration tags defined in the migration configuration.
We get the following error:
[error] TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in in_array() (line 255 of /app/www/modules/contrib/linkchecker/linkchecker.module) #0 /app/www/modules/contrib/linkchecker/linkchecker.module(255): in_array('linkchecker', NULL)
Issue fork linkchecker-3272881
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kensae commentedComment #4
kensae commentedComment #7
eiriksmOuch, that's too bad.
And what an annoying return value for that method 😜
Thanks, will publish a new beta with this fix