@@ -, +, @@ --- Koha/Encryption.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Encryption.pm +++ a/Koha/Encryption.pm @@ -21,6 +21,7 @@ use Modern::Perl; use base qw( Crypt::CBC ); +use C4::Context; use Koha::Exceptions; =head1 NAME --