https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41440 --- Comment #7 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 196821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196821&action=edit Bug 41440: (QA follow-up) Handle undef "script" This silences warnings about undefinved values in the cache key This seems to come from some calls in _build_languages_arrayref where we might not have all variants of a language - the call could be prevented, but I am not sure what the effects would be, so I simply convert undef (null value) to "undef" (string) and use that as the cache key Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.