Bug 28228: Supress plugin related error message
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 30 Jun 2020 16:20:39 +0000 (12:20 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Sep 2021 12:04:48 +0000 (14:04 +0200)
commit3b678b638358989ecad48a9a4f0136990904b691
treead64848d55488401258137ff26e896507acef50d
parent8b85472b2eac5ca7f11d9cab420b7deb7de47a71
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>
Koha/Plugins/Base.pm