Closed (fixed)
Project:
Drush
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2012 at 08:40 UTC
Updated:
6 Jun 2012 at 17:01 UTC
Jump to comment: Most recent file
Scenario:
Just disable a module in Drupal 6, such as doing drush dis update -v and you will get the following warnings:
Undefined index: hidden environment_6.inc:
Undefined variable: include_hidden environment_6.inc:161This is because some modules/themes do not have the hidden property and because drush_get_themes() does not contain the $include_hidden variable in its signature.
A patch is going to be attached in the following comment.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush-undefined-index-and-variable-environment-6-1594100-1.patch | 2.09 KB | juampynr |
Comments
Comment #1
juampynr commentedHere it is.
Comment #2
jonhattanCommitted with some little changes. Thanks.