followup - restore correct conditional

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Galen Charlton 2009-06-12 10:31:10 -05:00
parent bc94d41386
commit 11916ad734

View file

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