Closed (fixed)
Project:
Link checker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 17:16 UTC
Updated:
23 Feb 2012 at 21:40 UTC
A link field can be set to not require a title. If no title exists then there is an error thrown by linkchecker:
Notice: Undefined index: title in linkchecker_parse_fields() (line 1203 of /home/padgett/public_html/sites/all/modules/linkchecker/linkchecker.module).
In the above situation $item['title'] is NULL which breaks l() and _linkchecker_check_markup() fucntions.
If I find some time I'll circle back around and patch this if someone else doesn't get it done first.
Comments
Comment #1
hass commentedhttp://drupalcode.org/project/linkchecker.git/commit/04d506a