MDL-21227 - convert Feedback to new files api - recent files

This commit is contained in:
Andreas Grabs 2010-04-30 10:51:58 +00:00
parent 74be01e5cd
commit fc919723ac

View file

@ -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) {