Bug 15719: Silence warning in C4/Language.pm during web install
authorMark Tompsett <mtompset@hotmail.com>
Mon, 1 Feb 2016 23:12:44 +0000 (18:12 -0500)
committerFrédéric Demians <f.demians@tamil.fr>
Tue, 15 Mar 2016 08:40:22 +0000 (09:40 +0100)
commitaf4e2c60419ea007b75f2246d032b6de213cd2c8
treeeef5caba028d2a182527a4b18481b9bbc9e8912d
parent03e133ba26fe7d457080979c1f874aa8262829a0
Bug 15719: Silence warning in C4/Language.pm during web install

This problem was discovered the hard way:
- Drop DB
- Create DB
- Webinstaller run until the screen is:
We are ready to do some basic configuration.
Please install basic configuration settings to continue the installation.
-- The error log file will end with an error about splitting
   an uninitialized value.

TEST PLAN
---------
0) First patch already applied
1) prove -v t/Languages.t
   -- success, but warn prints
2) Apply this patch
3) prove -v t/Languages.t
   -- success without warning messages
4) run koha qa test tools

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as described. QA test tools run OK

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

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit a84264c92f4c34607fba09f109610e40611078a9)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 9449b27198a1f8f24dde0675fe6230cb977c4cf0)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Languages.pm