diff options
-rw-r--r-- | web/html/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/account.php b/web/html/account.php index 0b757612..549f8524 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -24,6 +24,7 @@ if (in_array($action, $need_userinfo)) { * which could be changed by process_account_form() */ if ($action == "UpdateAccount") { + $success = false; $update_account_message = ''; /* Details for account being updated */ /* Verify user permissions and that the request is a valid POST */ |