From b239aa988a1e5475236257d9af67417372d45923 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 24 Aug 2016 12:53:23 +1200 Subject: [PATCH] Bug 17177 - about.pl references a module that doesn't exist To test 1/ Go to the about page, notice error 2/ Apply patch 3/ Notice error gone Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- about.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/about.pl b/about.pl index ca8ff9f28f..5a56f187b3 100755 --- 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 '####'; -- 2.39.5