From 23f1913a34021c9888e3bf8113937b32e94df512 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 9 Sep 2020 14:46:54 +0200 Subject: [PATCH] Bug 24663: Fix one missing occurrence pushed in the meanwhile --- tools/batch_extend_due_dates.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/batch_extend_due_dates.pl b/tools/batch_extend_due_dates.pl index 4cf4cfbf63..cae338c07e 100755 --- a/tools/batch_extend_due_dates.pl +++ b/tools/batch_extend_due_dates.pl @@ -36,7 +36,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( template_name => 'tools/batch_extend_due_dates.tt', query => $input, type => "intranet", - authnotrequired => 0, flagsrequired => { tools => 'batch_extend_due_dates' }, } ); -- 2.20.1