Closed (fixed)
Project:
Entity menu links
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Nov 2014 at 04:47 UTC
Updated:
1 Dec 2014 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
badjava commentedI had a quick look at this and the issue is in the hook_menu_link_alter() implementation of the module. The drupal_alter function is only called on menu_link_save which does not require the module item index to be used so it generates the PHP notice. I think the attached patch should fix the issue.
Comment #2
badjava commentedComment #4
badjava commentedComment #5
badjava commented