mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
"fixed filemanager parameters"
This commit is contained in:
parent
d698081efe
commit
22e719d9c3
@ -79,8 +79,8 @@ class mod_forum_post_form extends moodleform {
|
||||
array('subdirs'=>0,
|
||||
'maxbytes'=>$forum->maxbytes,
|
||||
'maxfiles'=>$forum->maxattachments,
|
||||
'filetypes'=>'*',
|
||||
'returnvalue'=>'ref_id'
|
||||
'accepted_types'=>'*',
|
||||
'return_types'=>FILE_INTERNAL
|
||||
));
|
||||
$mform->addHelpButton('attachments', 'attachment', 'forum');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user