Bug 28228: Supress plugin related error message
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 30 Jun 2020 16:20:39 +0000 (12:20 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 1 Oct 2021 17:44:19 +0000 (13:44 -0400)
commit601383d52e64fbbefbdbfe8b05b0fcf0dc46e048
tree8860e25d277cfb85c1c7aad330fac480ebbdc84e
parentb16f66abd1bc35a34f6ed0337f08ae87d6d8adbd
Bug 28228: Supress plugin related error message

Use of uninitialized value in subroutine entry at /usr/share/koha/lib/Koha/Plugins/Base.pm line 182.

Test Plan:
1) Install the Kitchen Sink plugin ( it does not have a max versio defined )
2) Note the warning in your logs
3) Apply this patch
4) Restart all the things
5) No warning!

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Plugins/Base.pm