Skip to content

Commit

Permalink
Merge branch 'MDL-38980_master' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 15, 2013
2 parents 118f39d + bd0f926 commit ed9a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/bootstrap/renderers/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function render_custom_menu(custom_menu $menu) {
}

if ($addlangmenu) {
$language = $menu->add(get_string('language'), new moodle_url('#'), get_string('language'), 10);
$language = $menu->add(get_string('language'), new moodle_url('#'), get_string('language'), 10000);
foreach ($langs as $langtype => $langname) {
$language->add($langname,
new moodle_url($this->page->url, array('lang' => $langtype)), $langname);
Expand Down

0 comments on commit ed9a90c

Please sign in to comment.