diff options
Diffstat (limited to 'includes/menu.inc')
-rw-r--r-- | includes/menu.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index 63f523890..0cb8ae902 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -437,10 +437,6 @@ function menu_set_active_item($path = NULL) { } else { $_GET['q'] = $path; - - // If we change ?q= we need to rebuild the contextual menu items - // because they are often variable depending on the value of ?q=. - _menu_append_contextual_items(); } $menu = menu_get_menu(); |