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)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 7 Mar 2016 11:03:30 +0000 (12:03 +0100)
commit9449b27198a1f8f24dde0675fe6230cb977c4cf0
tree445efd1518785f81e6da3d3c0e261ceb8da8b279
parent9719f0280141f0770f2eb8cdb96c4a8ccffcf253
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>
C4/Languages.pm