Closed (fixed)
Project:
Link checker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 18:23 UTC
Updated:
19 Jan 2012 at 20:30 UTC
I found this bug at linkchecker.module on line 161.
To correct is easy:
change from $link['lid'] to $link->lid at function _linkchecker_user_access_edit_link_settings (inside the else line 161).
Comments
Comment #1
hass commentedTHX for report