Closed (fixed)
Project:
Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 01:17 UTC
Updated:
18 May 2012 at 22:30 UTC
Jump to comment: Most recent file
line 691 of sites/all/modules/link/link.module
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | link-1512954-1-fix-notice.patch | 885 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedComment #2
noslokire commentedThanks!
Comment #3
jcfiala commentedLooks good!
I've got this in, should show up in the next dev version for 7.
(Also noticed that
unset($link_options['element']['title']);does bupkiss, because$link_options = $vars['element']- there's never anything at $link_options['element'] - changed tounset($link_options['title'];.