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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 01:55:27 +0000 (01:55 +0000)
commita84264c92f4c34607fba09f109610e40611078a9
tree0e622542f1b5181204e613f96c4401edef2acabe
parent701f427587daa4530041014fae8bf3674351283c
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
C4/Languages.pm