@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug_27812.pl | 1 + 1 file changed, 1 insertion(+) --- a/installer/data/mysql/atomicupdate/bug_27812.pl +++ a/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."; }, }; --