followup - restore correct conditional
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
bc94d41386
commit
11916ad734
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue