mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'wip-MDL-34117-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
fc7f44a961
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ M.form_filemanager.init = function(Y, options) {
|
||||||
var manager = new FileManagerHelper(options);
|
var manager = new FileManagerHelper(options);
|
||||||
var dndoptions = {
|
var dndoptions = {
|
||||||
filemanager: manager,
|
filemanager: manager,
|
||||||
acceptedtypes: options.accepted_types,
|
acceptedtypes: options.filepicker.accepted_types,
|
||||||
clientid: options.client_id,
|
clientid: options.client_id,
|
||||||
author: options.author,
|
author: options.author,
|
||||||
maxfiles: options.maxfiles,
|
maxfiles: options.maxfiles,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue