mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-73456-master' of https://github.com/HuongNV13/moodle
This commit is contained in:
commit
7595736c9e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class qbank_actionbar implements templatable, renderable {
|
||||||
$additional = $this->get_additional_menu_elements();
|
$additional = $this->get_additional_menu_elements();
|
||||||
$menu += $additional ?: [];
|
$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']);
|
$urlselect->set_label('questionbankactionselect', ['class' => 'accesshide']);
|
||||||
|
|
||||||
return ['questionbankselect' => $urlselect->export_for_template($output)];
|
return ['questionbankselect' => $urlselect->export_for_template($output)];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue