Skip to content
Snippets Groups Projects
Commit b90ef68a authored by Joel Stein's avatar Joel Stein Committed by Steven Jones
Browse files

Issue #2968835 by joelstein: "Undefined index: description" with drush

parent 1d6afa9b
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,7 @@ function imageapi_optimize_drush_command() {
'imageapi_optimize',
),
'arguments' => array(
'path' => array(
dt('The path of a single image or directory of images to optimize.'),
),
'path' => dt('The path of a single image or directory of images to optimize.'),
),
'required-arguments' => TRUE,
'options' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment