Closed (won't fix)
Project:
Drush Module Manager
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2009 at 08:12 UTC
Updated:
11 May 2010 at 12:19 UTC
Hello,
I have created own module and enabled it using "drush mm enable mymodule" and it was succesfully enabled even I forgot "core = 6.x" line in my .info file.
Comments
Comment #1
clemens.tolboomGood point ... drush_mm is just scanning for available .info files
Not sure where this check is done normally within drupal. Is it within the admin/build/modules form?
Comment #2
meba commentedI think both form and submit
Comment #3
clemens.tolboomWhen using
drush dl module_xthis will not happen.I'm not sure how to solve this without a major rewrite of code for grabbing the module info tree.
Feel free to reopen the issue when you think this should and could be fixed. But then with a patch ;)