blesta / module-digitalocean

Digital Ocean Module
MIT License
13 stars 18 forks source link

Update digitaloceanmodule.php #3

Closed hiphopsmurf closed 6 years ago

hiphopsmurf commented 7 years ago

if ($vars['use_module'] == "true") is not called until cron is run so all fields are returned as NULL. Populating $params with $vars fixes this issue.

JReissmueller commented 6 years ago

Made this change (though slightly differently), but also updated the module version.