Completed
Pull Request — development (#809)
by
unknown
04:29
created
htdocs_symfony/src/Controller/Backend/CachesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 
104 104
             $array_size = count($fetched_caches);
105 105
 
106
-            for ($i = 0; $i < $array_size; $i ++) {
106
+            for ($i = 0; $i < $array_size; $i++) {
107 107
                 // replace existing log passwords with something different
108 108
                 // nur der Teil mit den Bilderzuweisungen müsste nochmal überdacht werden..
109 109
                 if ($fetched_caches[$i]["logpw"] != "") {
Please login to merge, or discard this patch.