Test Failed
Push — master ( bc7969...9a1c2e )
by Alexey
05:56 queued 01:07
created
system/modules/Ecommerce/appAdminControllers/EcommerceController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
                 unset($item);
221 221
             }
222 222
             echo 'Происходит процесс индексации: проиндексировано ' . $i * $count;
223
-            echo '<script>setTimeout(function(){window.location="/admin/ecommerce/reSearchIndex/'.$i.'"},100)</script>';
223
+            echo '<script>setTimeout(function(){window.location="/admin/ecommerce/reSearchIndex/' . $i . '"},100)</script>';
224 224
         }
225 225
     }
226 226
 
Please login to merge, or discard this patch.