diff options
author | friendica <info@friendica.com> | 2014-08-14 17:25:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-14 17:25:45 -0700 |
commit | 1d4fde71e0f7439804f312be54df80d230e454d5 (patch) | |
tree | 203bb5c23f86d47c8ca84d8fb08f142788d6f653 /mod/admin.php | |
parent | 9d2335ebc8d96659133385b45c89c3b6b24611f2 (diff) | |
parent | f4229dbc3f17463d41a39e6b9038dd10fee6597a (diff) | |
download | volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.tar.gz volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.tar.bz2 volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/admin.php')
-rw-r--r-- | mod/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php index 9f756c2d2..230ef3011 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -681,7 +681,7 @@ function admin_page_users(&$a){ check_form_security_token_redirectOnErr('/admin/users', 'admin_users', 't'); // delete user require_once("include/Contact.php"); - account_remove($uid,true); + account_remove($uid,true,false); notice( sprintf(t("User '%s' deleted"), $account[0]['account_email']) . EOL); }; break; |