Bugzilla – Attachment 136567 Details for
Bug 31053
Add Context module to Koha/Encryption
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31053: Add Context module to Koha::Encryption
Bug-31053-Add-Context-module-to-KohaEncryption.patch (text/plain), 748 bytes, created by
Marcel de Rooy
on 2022-06-27 09:00:55 UTC
(
hide
)
Description:
Bug 31053: Add Context module to Koha::Encryption
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-06-27 09:00:55 UTC
Size:
748 bytes
patch
obsolete
>From 22c8b8901eb9e5b14fee14a0976d5c751be74c86 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 27 Jun 2022 08:59:30 +0000 >Subject: [PATCH] Bug 31053: Add Context module to Koha::Encryption >Content-Type: text/plain; charset=utf-8 > >Test plan: >perl -MKoha::Encryption -e'print Koha::Encryption->new->encrypt_hex("test");' > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Encryption.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Encryption.pm b/Koha/Encryption.pm >index 15cd125dbe..8dbeddf1b7 100644 >--- a/Koha/Encryption.pm >+++ b/Koha/Encryption.pm >@@ -21,6 +21,7 @@ use Modern::Perl; > > use base qw( Crypt::CBC ); > >+use C4::Context; > use Koha::Exceptions; > > =head1 NAME >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31053
: 136567