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

--- Comment #16 from Jonathan Druart <[email protected]> ---
(In reply to David Cook from comment #15)
> Comment on attachment 162314 [details] [review]
> Bug 36098: Default to 'file' if pref does not exist
> 
> Review of attachment 162314 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: Koha/Session.pm
> @@ +53,4 @@
> >  sub _get_session_params {
> >      my ( $class, $args ) = @_;
> >      my $storage_method = $args->{storage_method};
> > +    $storage_method ||= C4::Context->preference('SessionStorage') || 
> > 'file';
> 
> This isn't very human-friendly to read.

Really? This is trivial Perl...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to