Mongolian updates
[koha.git] / tools / background-job-progress.pl
index 9219e4e..02266ee 100755 (executable)
@@ -31,7 +31,7 @@ use CGI::Cookie; # need to check cookies before
 
 my $input = new CGI;
 my %cookies = fetch CGI::Cookie;
-my ($auth_status, $sessionID) = check_cookie_auth($cookies{'CGISESSID'}->value, { tools => 1 });
+my ($auth_status, $sessionID) = check_cookie_auth($cookies{'CGISESSID'}->value, { tools => '*' });
 if ($auth_status ne "ok") {
     my $reply = CGI->new("");
     print $reply->header(-type => 'text/html');