mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-21227 - convert Feedback to new files api - recent files
This commit is contained in:
parent
74be01e5cd
commit
fc919723ac
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ class feedback_item_label extends feedback_item_base {
|
|||
|
||||
function init() {
|
||||
global $CFG;
|
||||
$this->presentationoptions = array('trusttext'=>true, 'subdirs'=>false, 'maxfiles'=>EDITOR_UNLIMITED_FILES, 'maxbytes'=>$CFG->maxbytes, 'trusttext'=>true);
|
||||
$this->presentationoptions = array('maxfiles' => EDITOR_UNLIMITED_FILES, 'trusttext'=>true);
|
||||
|
||||
}
|
||||
|
||||
function build_editform($item, $feedback, $cm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue