The most recent version of menu_link_save()
does not return any value - yet one of its callers, menu_node_save()
, still expects it to return a value, and shows an error message to the user if nothing was returned (which happens every time).
Patch to follow.