Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 2 Apr 2013 06:48:34 +0000 (19:48 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 8 May 2013 13:49:54 +0000 (09:49 -0400)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Works. No errors.

Without patch and normal staff user, logged out
With patch, normal staff, valid output.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
cataloguing/ysearch.pl

index 8255016..9c69939 100755 (executable)
@@ -41,7 +41,7 @@ die() unless ($table eq "biblioitems");
 binmode STDOUT, ":encoding(UTF-8)";
 print $input->header( -type => 'text/plain', -charset => 'UTF-8' );
 
-my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { cataloguing => '*' } );
+my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { editcatalogue => '*' } );
 if ( $auth_status ne "ok" ) {
     exit 0;
 }