We had a menu with an item called "FAQ's". Attempting to grant Section Editing priv to users failed. We would select the checkbox, click Save and the FAQs permission would not be saved.
No error messages were generated - Just the checkbox would not be selected when we re-edited the user.
Changing the name of the menu item to "FAQs" resolved the issue.
Comments
Comment #1
agentrickardOn what page were you doing this? The user profile editing page?
Comment #2
agentrickardThis is an array handling issue.
Try this, line 666 of menu_node_edit.module:
We may actually have to rethink this, as the $title may not be unique in all cases, so we should be using $mlid as an array key, if we can.
Comment #3
agentrickardCommitted as is.