Closed (fixed)
Project:
External Links Extra
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 00:40 UTC
Updated:
14 Dec 2011 at 02:25 UTC
Installation of this module from Drupal Modules page fails due to the extlink_extra.info having a malformed "name" field.
"name = External Links Extra"
...should instead be...
name = "External Links Extra"
Hope this helps!
Comments
Comment #1
justindodge commentedThanks for the heads up! Looks like somehow the whole .info file in its entirety got screwed up on the initial commit of the module.
I've fixed it up for 7.x-1.0beta2 and pushed it right out the door.
Comment #2
justindodge commentedBeta2 is live and working well. Closing.
Comment #3
ilfelice commentedConfirmed here too. Thank you for the quick response!