Passed
Branch feature-recording-server (ac2835)
by Jacob
01:35
created
lib.php 1 patch
Indentation   +43 added lines, -43 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
                     'videortcicon' => $videortcicon,
76 76
                     'oldermoodle' => $moodleversion < $moodle32,
77 77
                     'maxrecsize' => $maxrecsize
78
-              );
78
+                );
79 79
 
80 80
     return $params;
81 81
 }
@@ -87,48 +87,48 @@  discard block
 block discarded – undo
87 87
     global $PAGE;
88 88
 
89 89
     $strings = array('audiortc',
90
-                     'videortc',
91
-                     'nowebrtc_title',
92
-                     'nowebrtc',
93
-                     'gumabort_title',
94
-                     'gumabort',
95
-                     'gumnotallowed_title',
96
-                     'gumnotallowed',
97
-                     'gumnotfound_title',
98
-                     'gumnotfound',
99
-                     'gumnotreadable_title',
100
-                     'gumnotreadable',
101
-                     'gumoverconstrained_title',
102
-                     'gumoverconstrained',
103
-                     'gumsecurity_title',
104
-                     'gumsecurity',
105
-                     'gumtype_title',
106
-                     'gumtype',
107
-                     'insecurealert_title',
108
-                     'insecurealert',
109
-                     'browseralert_title',
110
-                     'browseralert',
111
-                     'startrecording',
112
-                     'recordagain',
113
-                     'stoprecording',
114
-                     'recordingfailed',
115
-                     'attachrecording',
116
-                     'norecordingfound_title',
117
-                     'norecordingfound',
118
-                     'nearingmaxsize_title',
119
-                     'nearingmaxsize',
120
-                     'notpremium_title',
121
-                     'notpremium',
122
-                     'servernotfound_title',
123
-                     'servernotfound',
124
-                     'uploadprogress',
125
-                     'uploadfailed',
126
-                     'uploadfailed404',
127
-                     'uploadaborted',
128
-                     'annotationprompt',
129
-                     'annotation:audio',
130
-                     'annotation:video'
131
-               );
90
+                        'videortc',
91
+                        'nowebrtc_title',
92
+                        'nowebrtc',
93
+                        'gumabort_title',
94
+                        'gumabort',
95
+                        'gumnotallowed_title',
96
+                        'gumnotallowed',
97
+                        'gumnotfound_title',
98
+                        'gumnotfound',
99
+                        'gumnotreadable_title',
100
+                        'gumnotreadable',
101
+                        'gumoverconstrained_title',
102
+                        'gumoverconstrained',
103
+                        'gumsecurity_title',
104
+                        'gumsecurity',
105
+                        'gumtype_title',
106
+                        'gumtype',
107
+                        'insecurealert_title',
108
+                        'insecurealert',
109
+                        'browseralert_title',
110
+                        'browseralert',
111
+                        'startrecording',
112
+                        'recordagain',
113
+                        'stoprecording',
114
+                        'recordingfailed',
115
+                        'attachrecording',
116
+                        'norecordingfound_title',
117
+                        'norecordingfound',
118
+                        'nearingmaxsize_title',
119
+                        'nearingmaxsize',
120
+                        'notpremium_title',
121
+                        'notpremium',
122
+                        'servernotfound_title',
123
+                        'servernotfound',
124
+                        'uploadprogress',
125
+                        'uploadfailed',
126
+                        'uploadfailed404',
127
+                        'uploadaborted',
128
+                        'annotationprompt',
129
+                        'annotation:audio',
130
+                        'annotation:video'
131
+                );
132 132
 
133 133
     $PAGE->requires->strings_for_js($strings, 'atto_recordrtc');
134 134
 }
Please login to merge, or discard this patch.