Merge remote branch 'koha-fbc/k_bug_5182' into to-push
[koha_fer] / opac / maintenance.pl
index 22698a6..3044c5d 100755 (executable)
@@ -17,7 +17,9 @@
 
 
 use strict;
-require Exporter;
+use warnings;
+# FIXME - Generates a warning from C4/Context.pm (uninitilized value).
+
 use CGI;
 use C4::Auth;
 use C4::Output;