mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-73456-master' of https://github.com/HuongNV13/moodle
This commit is contained in:
commit
7595736c9e
@ -68,7 +68,7 @@ class qbank_actionbar implements templatable, renderable {
|
||||
$additional = $this->get_additional_menu_elements();
|
||||
$menu += $additional ?: [];
|
||||
|
||||
$urlselect = new url_select($menu, $this->currenturl, null, 'questionbankaction');
|
||||
$urlselect = new url_select($menu, $this->currenturl->out(false), null, 'questionbankaction');
|
||||
$urlselect->set_label('questionbankactionselect', ['class' => 'accesshide']);
|
||||
|
||||
return ['questionbankselect' => $urlselect->export_for_template($output)];
|
||||
|
Loading…
x
Reference in New Issue
Block a user