Mariusz Muszyński 8 năm trước cách đây
mục cha
commit
8268e6cbe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      SE/se-lib/Route/UrlAction/BiAuditGenerate.php

+ 1 - 1
SE/se-lib/Route/UrlAction/BiAuditGenerate.php

@@ -2351,7 +2351,7 @@ class BiAuditPowiazania {
 			} else $this->lowProgressCount = 0;
 		}
 
-		if (((++$this->step) % 100000) == 0) {
+		if ((($this->step) % 100000) == 0) {
 			$this->saveProgress(['progress' => $progress]);
 		}