Closed (fixed)
Project:
Sprite Graphic Menu
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 23:32 UTC
Updated:
22 Mar 2013 at 01:10 UTC
I get several notices every time I run update.php or enable a module via Drush. This patch fixes two annoying notices that flood my log whenever I clear my caches.
* Notice: Undefined index: attributes in spritemenu_menu_link_alter() (line 295 of /Users/nate/public_html/sites/all/modules/contrib/spritemenu/spritemenu.module).
* Notice: Undefined variable: class in spritemenu_menu_link_alter() (line 309 of /Users/nate/Sites/public_html/sites/all/modules/contrib/spritemenu/spritemenu.module).
| Comment | File | Size | Author |
|---|---|---|---|
| spritemenu_notices.patch | 1.01 KB | quicksketch |
Comments
Comment #1
exlin commentedworks well on me, thanks from that patch.
think this also comes from use of php 5.3.
Comment #2
quicksketchCommitted to 6.x-1.x branch.