Completed
Push — master ( c45b11...97de41 )
by Jesus
12s
created
lib.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.