From: Galen Charlton Date: Fri, 12 Jun 2009 15:31:10 +0000 (-0500) Subject: followup - restore correct conditional X-Git-Tag: n_acq_a_porter~26^2~66 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=11916ad7341b4f5dadb2f03df4579f7c2a72a432;p=koha.git followup - restore correct conditional Signed-off-by: Galen Charlton --- 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);