View | Details | Raw Unified | Return to bug 29541
Collapse All | Expand All

(-)a/members/patronimage.pl (-2 / +1 lines)
Lines 47-53 This script, when called from within HTML and passed a valid patron borrowernumb Link Here
47
47
48
=cut
48
=cut
49
49
50
my ($status, $cookie, $sessionID) = check_api_auth($query, { catalogue => 1 } );
50
my ($status, $cookie, $sessionID) = check_api_auth($query, [ { borrowers => '*' }, { circulate => '*' } ] );
51
51
52
unless ( $status eq 'ok' ) {
52
unless ( $status eq 'ok' ) {
53
    print $query->header(-type => 'text/plain', -status => '403 Forbidden');
53
    print $query->header(-type => 'text/plain', -status => '403 Forbidden');
54
- 

Return to bug 29541