Hi Mr Andrew;
Bug report:
With can_edit_link and no can_select_category and no can_admin_links permission, when local_links.php generates editlink form ldm_construct_category_list() returns null, so no $optbit, so no pcatid[] input array in form, so ll_error_category standard error will be returened when form submitted.
How to fix:
local_links.php (line 1328) in "editlink" area
"can_add_link" permission should be "can_edit_link"
|