Bug 36098: Default to 'file' if pref does not exist
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 21 Feb 2024 08:42:16 +0000 (09:42 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:55:51 +0000 (10:55 +0100)
commite2440f2c617c48d77cc416857937b6fb18c34208
tree751667689008974313f4c636da247091f065d425
parentc42ede262a24503c1f350a8d2639a391b86278bf
Bug 36098: Default to 'file' if pref does not exist

During the installer process there is a bunch of warnings
  "Use of uninitialized value $storage_method in string eq at"

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Session.pm