mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 06:25:33 +02:00
Merge branch 'MDL-75903' of https://github.com/paulholden/moodle
This commit is contained in:
commit
a482fb4488
@ -161,7 +161,7 @@ class primary extends view {
|
||||
if ($node->key && ($activekey === $node->key)) {
|
||||
return $node;
|
||||
}
|
||||
} else if ($node->check_if_active(URL_MATCH_BASE)) {
|
||||
} else if ($node->check_if_active()) {
|
||||
return $node;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user