Completed
Push — master ( 36dc54...ad30ca )
by Jacob
01:31
created
lib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
                 'sesskey' => sesskey(),
62 62
                 'type' => $this->get_config('allowedtypes'),
63 63
                 'timelimit' => $this->get_config('timelimit')
64
-              );
64
+                );
65 65
             $this->add_button_after($params, 0, 'audiortc');
66 66
         }
67 67
 
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
                 'sesskey' => sesskey(),
74 74
                 'type' => $this->get_config('allowedtypes'),
75 75
                 'timelimit' => $this->get_config('timelimit')
76
-              );
76
+                );
77 77
             $this->add_button_after($params, 0, 'videortc');
78 78
         }
79 79
     }
Please login to merge, or discard this patch.
save.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,5 +73,5 @@
 block discarded – undo
73 73
 
74 74
 // OK response.
75 75
 $filetarget = $filesaved->get_contextid().'/'.$filesaved->get_component().'/'.$filesaved->get_filearea().'/'.
76
-              $filesaved->get_itemid().'/'.$filesaved->get_filename();
76
+                $filesaved->get_itemid().'/'.$filesaved->get_filename();
77 77
 echo($filetarget);
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -60,12 +60,12 @@
 block discarded – undo
60 60
 // Prepare file record object.
61 61
 $usercontext = context_user::instance($USER->id);
62 62
 $fileinfo = array(
63
-    'contextid' => $usercontext->id,    // ID of context.
63
+    'contextid' => $usercontext->id, // ID of context.
64 64
     'component' => 'tinymce_recordrtc', // Usually = table name.
65
-    'filearea' => 'annotation',         // Usually = table name.
66
-    'itemid' => time(),                 // Usually = ID of row in table.
67
-    'filepath' => '/',                  // Any path beginning and ending in "/".
68
-    'filename' => $filename,            // Any filename.
65
+    'filearea' => 'annotation', // Usually = table name.
66
+    'itemid' => time(), // Usually = ID of row in table.
67
+    'filepath' => '/', // Any path beginning and ending in "/".
68
+    'filename' => $filename, // Any filename.
69 69
     'author' => fullname($USER),
70 70
     'licence' => $CFG->sitedefaultlicense
71 71
 );
Please login to merge, or discard this patch.
audiortc.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@  discard block
 block discarded – undo
83 83
         $out .= '  <div class="row hide">'."\n";
84 84
         $out .= '    <div class="col-sm-12">'."\n";
85 85
         $out .= '      <div id="alert-warning" class="alert alert-warning"><strong>'
86
-                       .get_string('browseralert_title', 'tinymce_recordrtc').'</strong> '
87
-                       .get_string('browseralert', 'tinymce_recordrtc').'</div>'."\n";
86
+                        .get_string('browseralert_title', 'tinymce_recordrtc').'</strong> '
87
+                        .get_string('browseralert', 'tinymce_recordrtc').'</div>'."\n";
88 88
         $out .= '    </div>'."\n";
89 89
         $out .= '  </div>'."\n";
90 90
         $out .= '  <div class="row hide">'."\n";
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
         $out .= '    </div>'."\n";
107 107
         $out .= '    <div class="col-sm-10">'."\n";
108 108
         $out .= '      <button id="start-stop" class="btn btn-lg btn-outline-danger btn-block">'
109
-                       .get_string('startrecording', 'tinymce_recordrtc').'</button>'."\n";
109
+                        .get_string('startrecording', 'tinymce_recordrtc').'</button>'."\n";
110 110
         $out .= '    </div>'."\n";
111 111
         $out .= '    <div class="col-sm-1">'."\n";
112 112
         $out .= '    </div>'."\n";
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
         $out .= '    </div>'."\n";
117 117
         $out .= '    <div class="col-sm-6">'."\n";
118 118
         $out .= '      <button id="upload" class="btn btn-primary btn-block">'
119
-                       .get_string('attachrecording', 'tinymce_recordrtc').'</button>'."\n";
119
+                        .get_string('attachrecording', 'tinymce_recordrtc').'</button>'."\n";
120 120
         $out .= '    </div>'."\n";
121 121
         $out .= '    <div class="col-sm-3">'."\n";
122 122
         $out .= '    </div>'."\n";
Please login to merge, or discard this patch.
videortc.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@  discard block
 block discarded – undo
83 83
         $out .= '  <div class="row hide">'."\n";
84 84
         $out .= '    <div class="col-sm-12">'."\n";
85 85
         $out .= '      <div id="alert-warning" class="alert alert-warning"><strong>'
86
-                       .get_string('browseralert_title', 'tinymce_recordrtc').'</strong> '
87
-                       .get_string('browseralert', 'tinymce_recordrtc').'</div>'."\n";
86
+                        .get_string('browseralert_title', 'tinymce_recordrtc').'</strong> '
87
+                        .get_string('browseralert', 'tinymce_recordrtc').'</div>'."\n";
88 88
         $out .= '    </div>'."\n";
89 89
         $out .= '  </div>'."\n";
90 90
         $out .= '  <div class="row hide">'."\n";
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
         $out .= '    </div>'."\n";
103 103
         $out .= '    <div class="col-sm-10">'."\n";
104 104
         $out .= '      <button id="start-stop" class="btn btn-lg btn-outline-danger btn-block">'
105
-                       .get_string('startrecording', 'tinymce_recordrtc').'</button>'."\n";
105
+                        .get_string('startrecording', 'tinymce_recordrtc').'</button>'."\n";
106 106
         $out .= '    </div>'."\n";
107 107
         $out .= '    <div class="col-sm-1">'."\n";
108 108
         $out .= '    </div>'."\n";
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
         $out .= '    </div>'."\n";
113 113
         $out .= '    <div class="col-sm-6">'."\n";
114 114
         $out .= '      <button id="upload" class="btn btn-primary btn-block">'
115
-                       .get_string('attachrecording', 'tinymce_recordrtc').'</button>'."\n";
115
+                        .get_string('attachrecording', 'tinymce_recordrtc').'</button>'."\n";
116 116
         $out .= '    </div>'."\n";
117 117
         $out .= '    <div class="col-sm-3">'."\n";
118 118
         $out .= '    </div>'."\n";
Please login to merge, or discard this patch.