baumrock / RockMigrations

The Ultimate Automation and Deployment-Tool for ProcessWire
MIT License
33 stars 10 forks source link

add isInstalled check #17

Closed gebeer closed 1 year ago

gebeer commented 1 year ago

only uninstall if module is installed.

to avoid Deprecated error ctype_alnum(): Argument of type bool will be interpreted as string in the future in wire/core/Modules.php:1896.

$this->modules->uninstall() method does not seem to perform that check.

BernhardBaumrock commented 1 year ago

Danke!!