Completed
Pull Request — master (#312)
by
unknown
26:01 queued 18:06
created
local/maintenance/email_recovery.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
             "SELECT COUNT(*)
102 102
              FROM `" . $table . "`
103 103
              WHERE " . $this->getDateCondition($table, $dateField) .
104
-                       ($andWhere ? ' AND (' . $andWhere . ')' : ''),
104
+                        ($andWhere ? ' AND (' . $andWhere . ')' : ''),
105 105
             0
106 106
         );
107 107
         self::message(1, $objectCount . ' ' . $description);
Please login to merge, or discard this patch.
htdocs/resource2/tinymce/config/list.js.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-  if (isset($_REQUEST['lang']))
2
+    if (isset($_REQUEST['lang']))
3 3
     $lang = $_REQUEST['lang'];
4
-  else
4
+    else
5 5
     $lang = 'de';
6 6
 ?>
7 7
 
Please login to merge, or discard this patch.