From 6843c1d932fc232ace1a8cd0926674d7a96a0175 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 26 Nov 2021 10:18:23 +0000 Subject: [PATCH] Bug 29325: (QA follow-up) Remove unexisting parameters of BatchRevertRecords Content-Type: text/plain; charset=utf-8 There is no interval and callback as in BatchCommitRecords. --- misc/commit_file.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/commit_file.pl b/misc/commit_file.pl index a757637b6d..2e404e7e3c 100755 --- a/misc/commit_file.pl +++ b/misc/commit_file.pl @@ -108,7 +108,7 @@ sub revert_batch { print "... reverting batch -- please wait\n"; my ($num_deleted, $num_errors, $num_reverted, $num_items_deleted, $num_ignored) = - BatchRevertRecords($import_batch_id, 100, \&print_progress_and_commit); + BatchRevertRecords( $import_batch_id ); print "... finished reverting batch\n"; print <<_SUMMARY_; -- 2.20.1