Bug 13779: (QA follow-up) Correct checkauth call in offline_circ/download.pl
[koha-equinox.git] / offline_circ / download.pl
index 713057c..2b6c67e 100755 (executable)
@@ -27,8 +27,7 @@ use C4::Context;
 use C4::Koha;
 
 my $query = new CGI;
-my ( $template, $loggedinuser, $cookie, $flags ) =
-  checkauth( $query, undef, { circulate => "circulate_remaining_permissions" },
+checkauth( $query, undef, { circulate => "circulate_remaining_permissions" },
     "intranet" );
 
 my $page     = $query->param('page') || 0;