From b6e1b3166c807b661a95231e19c4e7ae45c94212 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 1 Mar 2022 16:00:10 +0000 Subject: [PATCH] Bug 27812: (QA follow-up) Fix atomicupdate We removed a bit too much from the skeliton here ;) Signed-off-by: Martin Renvoize --- installer/data/mysql/atomicupdate/bug_27812.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/atomicupdate/bug_27812.pl b/installer/data/mysql/atomicupdate/bug_27812.pl index c87b85c0f2..c17ce661fa 100755 --- a/installer/data/mysql/atomicupdate/bug_27812.pl +++ b/installer/data/mysql/atomicupdate/bug_27812.pl @@ -5,6 +5,7 @@ return { description => "Remove the ability to transmit a patron's plain text password over email", up => sub { my ($args) = @_; + my ($dbh, $out) = @$args{qw(dbh out)}; say $out "The notice template ACCTDETAILS no longer has access to the patron's plain text password. Please update the language of your ACCTDETAILS as needed."; }, }; -- 2.20.1