Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71b79a
)
MDL-34117 Correctly pass accepted_types to dnduploader
author
Marina Glancy
<marina@moodle.com>
Mon, 2 Jul 2012 06:06:45 +0000
(14:06 +0800)
committer
Marina Glancy
<marina@moodle.com>
Mon, 2 Jul 2012 06:12:31 +0000
(14:12 +0800)
lib/form/filemanager.js
patch
|
blob
|
blame
|
history
diff --git
a/lib/form/filemanager.js
b/lib/form/filemanager.js
index
f1f88b2
..
d81d5d9
100644
(file)
--- a/
lib/form/filemanager.js
+++ b/
lib/form/filemanager.js
@@
-975,7
+975,7
@@
M.form_filemanager.init = function(Y, options) {
var manager = new FileManagerHelper(options);
var dndoptions = {
filemanager: manager,
- acceptedtypes: options.accepted_types,
+ acceptedtypes: options.
filepicker.
accepted_types,
clientid: options.client_id,
author: options.author,
maxfiles: options.maxfiles,