https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28052
--- Comment #4 from Martin Renvoize <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
