From eb6ae0c6852f69a62b4e8226f80e337a67ce636e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 28 Feb 2017 07:09:51 +0100 Subject: account.php: Always initialize $success Signed-off-by: Lukas Fleischer --- web/html/account.php | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3-24-g4f1b