From e764f35dee8b1b3855c6e006b83df696c8dca702 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 23 Oct 2012 09:36:48 +1300 Subject: [PATCH] Bug 3652 - Fixing a mistake in conflict resolution and closing an issue --- opac/opac-authoritiesdetail.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-authoritiesdetail.pl b/opac/opac-authoritiesdetail.pl index 688a9c5d19..0d3e7f01e4 100755 --- a/opac/opac-authoritiesdetail.pl +++ b/opac/opac-authoritiesdetail.pl @@ -67,6 +67,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( ); my $authid = $query->param('authid'); +$authid = int($authid); my $record = GetAuthority( $authid ); if ( ! $record ) { print $query->redirect("/cgi-bin/koha/errors/404.pl"); # escape early -- 2.39.5