Bugzilla – Attachment 129148 Details for
Bug 29812
C4::Context not included, but used in Koha::Token
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29812: Add missing use C4::Context in Koha::Token
Bug-29812-Add-missing-use-C4Context-in-KohaToken.patch (text/plain), 800 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-01-07 12:24:09 UTC
(
hide
)
Description:
Bug 29812: Add missing use C4::Context in Koha::Token
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-01-07 12:24:09 UTC
Size:
800 bytes
patch
obsolete
>From 7824bd9fbd99024d4c309d2ae6ecab784b8539f7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 7 Jan 2022 11:29:47 +0100 >Subject: [PATCH] Bug 29812: Add missing use C4::Context in Koha::Token > >Caused by bug 18124. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Token.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Token.pm b/Koha/Token.pm >index 3f016be86d..b9fcf7310b 100644 >--- a/Koha/Token.pm >+++ b/Koha/Token.pm >@@ -54,6 +54,7 @@ use String::Random; > use WWW::CSRF; > use Digest::MD5 qw( md5_base64 ); > use Encode; >+use C4::Context; > use Koha::Exceptions::Token; > use base qw(Class::Accessor); > use constant HMAC_SHA1_LENGTH => 20; >-- >2.34.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 29812
:
129134
| 129148