[Koha-bugs] [Bug 15719] Silence warning in C4/Language.pm during web install

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 13:38:58 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Much more readable (IMO) would have been
  my @languages = C4::Context->preference($preference_to_check)
     ? split /,/, C4::Context->preference($preference_to_check)
     : ()

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


More information about the Koha-bugs mailing list