After installing the image grabber module, its human readable name is presented by a space in drush statusmodules as well as on http://example.com/admin/modules/list. The name column is empty (first row of the feedapi add on package) I've tried on different sites but on the same server. Thus it's just a bit difficult to find fast. Can someone confirm?
| Comment | File | Size | Author |
|---|---|---|---|
| imagegrabber.png | 12.55 KB | whatdoesitwant |
Comments
Comment #1
publicmind commentedHi,
I confirm this. I found this out a few days ago but forgot to commit it in the CVS repository. I will do it today but in the meantime, you can just open the feedapi_imagegrabber.info file, and change
//$ID$with;$ID$.The semicolon is the comment character and not // which is causing this issue.
Regards,
Comment #2
publicmind commentedcommitted to the CVS repository 6--1 branch, should be available in the development snapshot soon.