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)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 3 Apr 2024 08:04:40 +0000 (08:04 +0000)
commit35fcb2a798224f92a7c1b68f06d662180dc0e6d9
tree1e6b0ef913cf2cee8e65b5eb8505a123477ea0e6
parent8b1c2a823f22e404efa5d0c0481322a188634096
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>
(cherry picked from commit 922928eb7def8016abdcb4a8b8396858421b9f71)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Koha/Session.pm