Mariusz Muszyński 8 年 前
コミット
8268e6cbe6
1 ファイル変更1 行追加1 行削除
  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]);
 		}