Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 May 2013 at 15:37 UTC
Updated:
24 Apr 2024 at 07:25 UTC
Jump to comment: Most recent
Comments
Comment #9
quietone commentedmenu_get_item() was removed from Drupal 8.x in #2177031: Remove menu_get_item() and every use of it. in Feb 2014.
Since this is tagged as needing backport I'll change this to the Drupal 7 issue queue.
Comment #10
quietone commentedReally change the version.
Comment #11
avpadernoTruly, it is not just
'map'that is not set;'page_arguments'and'theme_arguments'are not evenunserialize()'d.It seems early optimization which could cause issues. Code that checks whether the currently logged user has access to the router item relies on
$router_item['access'], not$router_item['map'].