Closed kevinmeijer97 closed 2 years ago
Thanks @kevinmeijer97 for the PR, can you check should it not be:
if(!isset($values['enabled']) || $values['enabled'] == false || !isset($values['scripts'])){
(&& changed to ||)
My bad, you are correct. I updated the PR :)
Brilliant thanks for the contribution 👍
Fix Undefined array key "scripts" error that appears after installing the package and not changing the settings.