From 40a2b40f13889fea4039dc94ce79026f7bb97c7a Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 15 Jun 2012 10:40:59 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 6720: show authority type in auth details Signed-off-by: Katrin Fischer Authority type on detail page in staff now shows correctly. --- authorities/detail.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index d4f2c67..a7d7d8f 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@ -172,8 +172,7 @@ my ($template, $loggedinuser, $cookie) my $authid = $query->param('authid'); -# Using default authtypecode, so all fields are seen -my $authtypecode = ''; +my $authtypecode = GetAuthTypeCode($authid); $tagslib = &GetTagsLabels(1,$authtypecode); # Build list of authtypes for showing them -- 1.7.9.5