mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-31590-master-1' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
1498035f37
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ M.core_filepicker.init = function(Y, options) {
|
|||
if (type=='error') {
|
||||
header = M.str.moodle.error;
|
||||
}
|
||||
this.msg_dlg.setHeader(type);
|
||||
this.msg_dlg.setHeader(header);
|
||||
this.msg_dlg.show();
|
||||
},
|
||||
build_tree: function(node, level) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue