Completed
Push — master ( eb0f0a...07f861 )
by Iurii
02:54
created
handlers/Extract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         foreach ($files as $file) {
55 55
             foreach ($this->extract->extractFromFile($file) as $string) {
56 56
                 if (!$this->exists($string, $job)) {
57
-                    $job['inserted'] ++;
57
+                    $job['inserted']++;
58 58
                     gplcart_file_csv($job['data']['file'], array($string, ''));
59 59
                 }
60 60
             }
Please login to merge, or discard this patch.