Closed (fixed)
Project:
Menu item container
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2011 at 22:56 UTC
Updated:
20 Feb 2011 at 09:30 UTC
The function menu_item_container_form_menu_edit_item_alter() calls _menu_item_container_form_menu_edit_item_alter() and passes the parameters by ref. The function should look like
function menu_item_container_form_menu_edit_item_alter(&$form, &$form_state) {
module_load_include('inc', 'menu_item_container', 'menu_item_container.admin');
_menu_item_container_form_menu_edit_item_alter($form, $form_state);
}
Thanks for the great utility module!
Comments
Comment #1
johnalbinBah. stupid copy and paste error.
Thanks, Mike! You're in the CHANGELOG now. :-)
Fixed. http://drupal.org/cvs?commit=495396