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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 11 Mar 2024 09:03:04 +0000 (10:03 +0100)
commita42bce58b21c32868057dc0a45dde7580efae8f9
tree879841440130ac14e7453eb5199c1d580f1611d1
parent973b3ce069023ca6d06b29de8bdd0cd51736f2e6
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>
Koha/Session.pm