Skip to content

Commit

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


$actionurl = new moodle_url($page->url, array('sesskey'=>sesskey())); $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 = 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); $bc->content = $OUTPUT->render($select);
return $bc; return $bc;
} }
Expand Down

0 comments on commit 12a3697

Please sign in to comment.