Bug 8653 remove erroneous whitespace blocking indexing
[koha_fer] / reports / guided_reports.pl
index 25a2ffb..8a2aada 100755 (executable)
@@ -28,7 +28,6 @@ use C4::Output;
 use C4::Dates;
 use C4::Debug;
 use C4::Branch; # XXX subfield_is_koha_internal_p
-use Koha::Cache;
 
 =head1 NAME
 
@@ -41,7 +40,7 @@ Script to control the guided report creation
 =cut
 
 my $input = new CGI;
-my $usecache = Koha::Cache->is_cache_active();
+my $usecache = C4::Context->ismemcached;
 
 my $phase = $input->param('phase');
 my $flagsrequired;