mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
account.php: Always initialize $success
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
06cf067d4f
commit
eb6ae0c685
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue