breadcrumb MDL-14133 One function missed during fix, got it this time

This commit is contained in:
samhemelryk
2009-06-09 06:29:56 +00:00
parent a9fcd45d83
commit 936369ef5f
+5 -1
View File
@@ -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();
}