dgrigg / Craft-Migration-Manager

Deprecated - Migration Manager for Craft CMS
MIT License
39 stars 15 forks source link

Undefined variable: log #36

Closed dustfeather closed 5 years ago

dustfeather commented 5 years ago

In src/services/Migrations.php:100, you're requesting the $log variable instead of $error. That results in an error when trying to create new field migrations.

dgrigg commented 5 years ago

@dustfeather thanks for catching that, issue fixed in latest release.