Skip to content
Snippets Groups Projects
Commit 5c75ee89 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #46184 by Jaza: breadcrumb gone for pages that use menu_set_location()

parent 81660bc6
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -454,6 +454,9 @@ function menu_set_active_item($path = NULL) {
}
}
}
// Reset the cached $menu in menu_get_item().
menu_get_item(NULL, NULL, TRUE);
}
return $stored_mid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment