From 96c913dca9e3299982069e20f9c45de917bc95ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Dec 2006 17:27:03 +0000 Subject: - Patch #88707 by chx: Make menu_set_active_item a complete inner redirection. --- includes/menu.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes') 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(); -- cgit v1.2.3