@@ -58,7 +58,7 @@ |
||
58 | 58 | } |
59 | 59 | $params = array('contextid' => $context->id, |
60 | 60 | 'sesskey' => $sesskey, |
61 | - 'recordrtcroot' => $CFG->wwwroot.'/lib/editor/atto/plugins/recordrtc/', |
|
61 | + 'recordrtcroot' => $CFG->wwwroot . '/lib/editor/atto/plugins/recordrtc/', |
|
62 | 62 | 'allowedtypes' => $allowedtypes, |
63 | 63 | 'audiobitrate' => $audiobitrate, |
64 | 64 | 'videobitrate' => $videobitrate, |
@@ -67,7 +67,7 @@ |
||
67 | 67 | 'videortcicon' => $videortcicon, |
68 | 68 | 'oldermoodle' => $moodleversion < $moodle32, |
69 | 69 | 'maxrecsize' => $maxrecsize |
70 | - ); |
|
70 | + ); |
|
71 | 71 | |
72 | 72 | return $params; |
73 | 73 | } |