diff --git a/admin/edi_accounts.pl b/admin/edi_accounts.pl index 5394eaf351..65e3b4e1a2 100755 --- a/admin/edi_accounts.pl +++ b/admin/edi_accounts.pl @@ -64,7 +64,7 @@ if ( $op eq 'acct_form' ) { } } elsif ( $op eq 'delete_confirm' ) { - show_account(); + show_account($crypt); $template->param( delete_confirm => 1 ); } else {