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)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 19 Mar 2024 15:03:55 +0000 (15:03 +0000)
commit922928eb7def8016abdcb4a8b8396858421b9f71
treedbfaf9f1fd0af9c5668b1c22dec702e1762138b2
parent95b21601296f3dd46419b92f7d5913189e44a9f4
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>
(cherry picked from commit e2440f2c617c48d77cc416857937b6fb18c34208)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit a42bce58b21c32868057dc0a45dde7580efae8f9)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Session.pm