MT 2050, Follow-up, Fast Cataloging
[koha.git] / svc / bib_profile
index a62e7e0..c6153ea 100755 (executable)
@@ -29,7 +29,7 @@ use XML::Simple;
 
 my $query = new CGI;
 
-my ($status, $cookie, $sessionID) = check_api_auth($query, { editcatalogue => 1} );
+my ($status, $cookie, $sessionID) = check_api_auth($query, { editcatalogue => 'edit_catalogue'} );
 
 if ($status eq "ok") {
     print $query->header(-type => 'text/xml', cookie => $cookie);