[Koha-bugs] [Bug 28052] keys omitted in check for system preference override

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 30 14:22:59 CEST 2021


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

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 119000
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119000&action=edit
Bug 28052 Do not check SYSENV values only keys in loop

Loop is only interested in key values, because 'keys' is omitted
it is checking values as well. This can lead to misleading errors
being logged (e.g. key is undefined)
Extract keys only to loop array as in the other loops below this

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list