Passed
Push — master ( 19e49a...34979e )
by Jesus
01:32
created
db/install.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
 defined('MOODLE_INTERNAL') || die();
28 28
 
29 29
 /**
30
-  * Enable RecordRTC plugin buttons on installation.
31
-  */
30
+ * Enable RecordRTC plugin buttons on installation.
31
+ */
32 32
 function xmldb_atto_recordrtc_install() {
33 33
     $toolbar = get_config('editor_atto', 'toolbar');
34 34
     if (strpos($toolbar, 'recordrtc') === false && $toolbar && $toolbar != '') {
Please login to merge, or discard this patch.