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

JohnAlbin’s picture

Status: Active » Fixed

Bah. stupid copy and paste error.

Thanks, Mike! You're in the CHANGELOG now. :-)

Fixed. http://drupal.org/cvs?commit=495396

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.