Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Oct 2020 at 07:38 UTC
Updated:
19 Apr 2021 at 11:14 UTC
Jump to comment: Most recent
Comments
Comment #2
ennorehling commentedComment #3
alex.bukach commentedComment #4
izmeez commentedAdded this issue to #3192080: [meta] Priorities for 2021-04-07 release of Drupal 7.
Comment #5
izmeez commentedChanging status to RTBC. The patch is simple, looks good and fixes the problem. Thanks.
Comment #7
mcdruid commentedI hesitated a little here as I'm not entirely sure how we'd end up with a non-array element in the
$active_trailunless perhaps something broken happens in thedrupal_alter()preceding this change.We don't want to endlessly add checks to "babysit broken code" outside of core.
However, this seems pretty harmless.
Thank you!