[Koha-bugs] [Bug 36098] Create Koha::Session module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 15 23:21:44 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36098

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 162205
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162205
Bug 36098: Allow to pass storage_method

Review of attachment 162205:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36098&attachment=162205)
-----------------------------------------------------------------

::: Koha/Session.pm
@@ +51,4 @@
>  =cut
>  
>  sub _get_session_params {
> +    my ( $class, $storage_method ) = @_;

$storage_method is a hashref in get_session() but treated as a string below.
This should be updated to $args and $storage_method should be pulled from it.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list