aboutsummaryrefslogtreecommitdiffstats
path: root/mod/removeaccount.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/removeaccount.php')
-rw-r--r--mod/removeaccount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/removeaccount.php b/mod/removeaccount.php
index 2752a2ee7..b4c2bad33 100644
--- a/mod/removeaccount.php
+++ b/mod/removeaccount.php
@@ -18,7 +18,7 @@ function removeaccount_post(&$a) {
return;
- $account = $a->get_account();
+ $account = App::get_account();
$account_id = get_account_id();
if(! account_verify_password($account['account_email'],$_POST['qxz_password']))