[Koha-bugs] [Bug 29040] Uninitialized value warning in Languages.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 18 10:42:11 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29040

Joonas Kylmälä <joonas.kylmala at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |joonas.kylmala at iki.fi

--- Comment #3 from Joonas Kylmälä <joonas.kylmala at iki.fi> ---
The get_from_cache() function cannot be called without any value because it
calls croak() if done so. This change will at least break the Koha installer,
http://localhost:8081/cgi-bin/koha/installer/install.pl. Please also fix the
typo in the commit title and check with perltidy your code follows the coding
style: https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list