diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-23 17:27:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-23 17:27:03 +0000 |
commit | 96c913dca9e3299982069e20f9c45de917bc95ff (patch) | |
tree | 787736e936ca07f1ff7471f228245f61eca04993 /includes | |
parent | 533723239282baad567040906a9e91a41212cfc1 (diff) | |
download | brdo-96c913dca9e3299982069e20f9c45de917bc95ff.tar.gz brdo-96c913dca9e3299982069e20f9c45de917bc95ff.tar.bz2 |
- Patch #88707 by chx: Make menu_set_active_item a complete inner redirection.
Diffstat (limited to 'includes')
-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(); |