Passed
Branch master (6e60dc)
by Jesus
01:36
created
lib.php 2 patches
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.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
                     'videortcicon' => $videortcicon,
68 68
                     'oldermoodle' => $moodleversion < $moodle32,
69 69
                     'maxrecsize' => $maxrecsize
70
-              );
70
+                );
71 71
 
72 72
     return $params;
73 73
 }
Please login to merge, or discard this patch.