rsanchez/eecli

PHP notice and warning when creating new category

Closed this issue · 1 comments

Running the command eecli create:category --url_title="test" Test 1 results in the following:

PHP Notice:  Undefined variable: options in /Users/(username)/.composer/vendor/eecli/eecli/src/Command/CreateCategoryCommand.php on line 139
PHP Warning:  Invalid argument supplied for foreach() in /Users/(username)/.composer/vendor/eecli/eecli/src/Application.php on line 284
Category Test (1) created.

You should run composer global update eecli/eecli to get the latest changes.