From 1ad9d52eab78c1ed8f92c779e6056a96585b4bd9 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 There is no interval and callback as in BatchCommitRecords. Signed-off-by: Nick Clemens --- 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.30.2