Passed
Pull Request — master (#27)
by Jesus
01:46
created
lib.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     $videortcicon = 'i/videortc';
55 55
     $params = array('contextid' => $context->id,
56 56
                     'sesskey' => $sesskey,
57
-                    'recordrtcroot' => $CFG->wwwroot.'/lib/editor/atto/plugins/recordrtc/',
57
+                    'recordrtcroot' => $CFG->wwwroot . '/lib/editor/atto/plugins/recordrtc/',
58 58
                     'allowedtypes' => $allowedtypes,
59 59
                     'audiobitrate' => $audiobitrate,
60 60
                     'videobitrate' => $videobitrate,
Please login to merge, or discard this patch.