http://drupal.org/commitlog/commit/10030/f08245e11d59835f6d9214279bb51d2...

broke drush support:

> drush libraries-list
WD php: Warning: Illegal offset type in isset or empty in libraries_info() (line 216 of                                              [warning]
/profiles/default/modules/libraries/libraries.module).
WD php: Warning: Invalid argument supplied for foreach() in libraries_drush_list() (line 68 of                                       [warning]
/profiles/default/modules/libraries/libraries.drush.inc).
WD php: Warning: Invalid argument supplied for foreach() in libraries_drush_list() (line 68 of                                       [warning]
/profiles/default/modules/libraries/libraries.drush.inc).
WD php: Warning: Invalid argument supplied for foreach() in libraries_drush_list() (line 68 of                                       [warning]
/profiles/default/modules/libraries/libraries.drush.inc).
WD php: Warning: Invalid argument supplied for foreach() in libraries_drush_list() (line 68 of                                       [warning]
/profiles/default/modules/libraries/libraries.drush.inc).
+---------------+--------+---------+----------+
| Name          | Status | Version | Variants |
+---------------+--------+---------+----------+
| error         | OK     | n       | -        |
| error message | OK     | T       | -        |
| installed     |        | -       | -        |
| library path  | OK     | s       | -        |
+---------------+--------+---------+----------+

Comments

boombatower’s picture

Title: Libraries drush comment (and assume more) broke due to recent commit » Libraries drush command (and assume more) broken due to recent commit
tstoeckler’s picture

Title: Libraries drush command (and assume more) broken due to recent commit » Libraries drush command broken due to recent commit
Status: Active » Needs review
StatusFileSize
new1.31 KB

Well the rest of the system should pretty much be tested. I think its just the Drush command that's broken.
here's a patch.

tstoeckler’s picture

StatusFileSize
new530 bytes

Oops that contains another patch. I meant this.

boombatower’s picture

Status: Needs review » Reviewed & tested by the community

Fixes the issue indeed.

tstoeckler’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the notice and the review!
Committed to master. http://drupal.org/commitlog/commit/10030/1dc44ff8184ebc85e2552f5555c8b17...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.