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);