- Issue created by @capysara
On drush uninstall, I get the following error
[warning] Undefined array key "module" svg_image.install:30
[error] TypeError: array_search(): Argument #2 ($haystack) must be of type array, null given in array_search() (line 30 of /var/www/html/docroot/modules/contrib/svg_image/svg_image.install) #0 /var/www/html/docroot/modules/contrib/svg_image/svg_image.install(30): array_search()
Uninstall module
Add a check for an array before running the array_search
I see there are a few uninstallation issues in the queue, so this might need to be considered along with those issues.
Active
3.2
Code