Skip to content

Commit

Permalink
Merge branch 'wip-MDL-35874-stable24' of git://github.com/phalacee/mo…
Browse files Browse the repository at this point in the history
…odle into MOODLE_24_STABLE
  • Loading branch information
danpoltawski committed Dec 17, 2012
2 parents 209b2f7 + c5148e0 commit 41e1109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/blocklib.php
Expand Up @@ -1848,6 +1848,7 @@ function block_add_block_ui($page, $output) {

$actionurl = new moodle_url($page->url, array('sesskey'=>sesskey()));
$select = new single_select($actionurl, 'bui_addblock', $menu, null, array(''=>get_string('adddots')), 'add_block');
$select->set_label(get_string('addblock'), array('class'=>'accesshide'));
$bc->content = $OUTPUT->render($select);
return $bc;
}
Expand Down

0 comments on commit 41e1109

Please sign in to comment.