@@ -, +, @@ --- opac/opac-ratings-ajax.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/opac/opac-ratings-ajax.pl +++ a/opac/opac-ratings-ajax.pl @@ -104,7 +104,7 @@ output_ajax_with_http_headers( $query, $json_reply ); exit; # a ratings specific ajax return sub, returns CGI object, and an 'auth_success' value -sub ajax_auth_cgi ($) { +sub ajax_auth_cgi { my $needed_flags = shift; my %cookies = fetch CGI::Cookie; my $input = CGI->new; --