Bug 17177 - about.pl references a module that doesn't exist
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 24 Aug 2016 00:53:23 +0000 (12:53 +1200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 2 Sep 2016 13:53:51 +0000 (13:53 +0000)
To test
1/ Go to the about page, notice error
2/ Apply patch
3/ Notice error gone

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

about.pl

index ca8ff9f..5a56f18 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -36,7 +36,6 @@ use C4::Installer;
 use Koha;
 use Koha::Acquisition::Currencies;
 use Koha::Patrons;
-use Koha::Config::SysPrefs;
 use C4::Members::Statistics;
 
 #use Smart::Comments '####';