Bugzilla – Attachment 162228 Details for
Bug 36098
Create Koha::Session module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36098: Fix storage_method pass
Bug-36098-Fix-storagemethod-pass.patch (text/plain), 762 bytes, created by
David Cook
on 2024-02-15 22:49:48 UTC
(
hide
)
Description:
Bug 36098: Fix storage_method pass
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-02-15 22:49:48 UTC
Size:
762 bytes
patch
obsolete
>From b087860bed88add7863ae83f18ca09407d4612e7 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 15 Feb 2024 22:49:19 +0000 >Subject: [PATCH] Bug 36098: Fix storage_method pass > >--- > Koha/Session.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Session.pm b/Koha/Session.pm >index 54290d3df3..d9e9f79dd6 100644 >--- a/Koha/Session.pm >+++ b/Koha/Session.pm >@@ -51,7 +51,8 @@ will be created. > =cut > > sub _get_session_params { >- my ( $class, $storage_method ) = @_; >+ my ( $class, $args ) = @_; >+ my $storage_method = $args->{storage_method}; > $storage_method ||= C4::Context->preference('SessionStorage'); > if ( $storage_method eq 'mysql' ) { > my $dbh = C4::Context->dbh; >-- >2.30.2
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 36098
:
162167
|
162200
|
162201
|
162204
|
162205
| 162228 |
162231
|
162314