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

- Fixed typo in menu system.  Patch by Jonathan.
parent 22c889e7
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
......@@ -125,7 +125,7 @@ function menu_tree($parent = "") {
global $_list;
static $trail;
if (empty($tail)) {
if (empty($trail)) {
$trail = menu_get_trail($_GET["q"]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment