From 11916ad7341b4f5dadb2f03df4579f7c2a72a432 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 12 Jun 2009 10:31:10 -0500 Subject: [PATCH] followup - restore correct conditional Signed-off-by: Galen Charlton --- admin/auth_tag_structure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/auth_tag_structure.pl b/admin/auth_tag_structure.pl index 4cd9b75508..c09b5d57e2 100755 --- a/admin/auth_tag_structure.pl +++ b/admin/auth_tag_structure.pl @@ -84,7 +84,7 @@ if (!$op or $op eq 'authtype_create_confirm') { } $template->param(script_name => $script_name); $template->param(authtypeloop => \@authtypesloop); -if ($op ne 'authtype_create_confirm') { +if ($op && $op ne 'authtype_create_confirm') { $template->param($op => 1); } else { $template->param(else => 1); -- 2.39.2