Closed (fixed)
Project:
Menu Trails
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 17:18 UTC
Updated:
16 Feb 2009 at 08:20 UTC
My logs gives me: Error parsing sites/all/modules/contrib/menutrails/menutrails.info on line 3. This is cause by wrong use of double quotes in the description. The attached patched fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| menutrails.parse_info.patch | 698 bytes | sutharsan |
Comments
Comment #1
sunThanks, committed to all branches.
Comment #2
sutharsan commentedAmazing how a bug can live so long (rev. 1.3; aug 1th). Appently none checks the log or does don't bother. Thanks for the quick response.
Comment #3
drewish commentedNo, it's actually a bug in another module on your site. It's probably using PHP's parse_ini_file() rather than drupal_parse_info_file().