Bug 3602: Fixes a log error for opac-search.pl if expanded_options is not defined.
[koha_fer] / opac / opac-tags_subject.pl
index 65fb5cd..5836f70 100755 (executable)
@@ -25,7 +25,8 @@ TODO :: Description here
 =cut
 
 use strict;
-require Exporter;
+use warnings;
+
 use C4::Auth;
 use C4::Context;
 use C4::Output;