[Koha-bugs] [Bug 30115] Uninitialized value warning in C4/Output.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 15 22:19:08 CET 2022


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

--- Comment #1 from Blou <philippe.blouin at inlibro.com> ---
Created attachment 130639
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130639&action=edit
Bug 30115: Uninitialized value warning in C4/Output.pm

Use of uninitialized value $url_suffix in concatenation (.) or string at
GIT/C4/Output.pm line 180.
Use of uninitialized value $url_suffix in concatenation (.) or string at
GIT/C4/Output.pm line 197.
Use of uninitialized value $url_suffix in concatenation (.) or string at
GIT/C4/Output.pm line 211.

This is in pagination_bar sub.  A lot of pages call it.  For me it happened
with any Authority search (authorities/authorities-home.pl) producing multiple
results.

Simple fix is initializing the variable.

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


More information about the Koha-bugs mailing list