diff options
-rw-r--r-- | web/html/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/account.php b/web/html/account.php index 79b5eeb4..47cf6d27 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -113,7 +113,7 @@ if (isset($_COOKIE["AURSID"])) { # display the account request form # print __("Use this form to create an account."); - display_account_form("", "NewAccount"); + display_account_form("", "NewAccount", "", "", "", "", "", "", "", $LANG); } } |