breadcrumb MDL-14133 One function missed during fix, got it this time
This commit is contained in:
+5
-1
@@ -3858,7 +3858,11 @@ function build_navigation($extranavlinks, $cm = null) {
|
||||
if (!empty($navlink['type']) && $navlink['type'] == 'activity' && !$last && $hideactivitylink) {
|
||||
continue;
|
||||
}
|
||||
$navigation .= '<li class="first">';
|
||||
if ($first) {
|
||||
$navigation .= '<li class="first">';
|
||||
} else {
|
||||
$navigation .= '<li>';
|
||||
}
|
||||
if (!$first) {
|
||||
$navigation .= get_separator();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user