followup - restore correct conditional
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 12 Jun 2009 15:31:10 +0000 (10:31 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 12 Jun 2009 15:46:11 +0000 (10:46 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
admin/auth_tag_structure.pl

index 4cd9b75..c09b5d5 100755 (executable)
@@ -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);