https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36098 --- Comment #8 from David Cook <dcook@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.