aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-15 06:05:22 -0700
committerfriendica <info@friendica.com>2014-08-15 06:05:22 -0700
commit257332f434740d974d6189d19c147722ad105a16 (patch)
tree1fbd6ab8b02a893e11a97427f74d2f1477c49068 /mod
parent1978500e8ffb8ffdffd2d2969cbafb6f43b9dde4 (diff)
parentd6da6f5001aa70681401a8b811d4e431a7831bd8 (diff)
downloadvolse-hubzilla-257332f434740d974d6189d19c147722ad105a16.tar.gz
volse-hubzilla-257332f434740d974d6189d19c147722ad105a16.tar.bz2
volse-hubzilla-257332f434740d974d6189d19c147722ad105a16.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 230ef3011..14657bd1a 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -639,7 +639,7 @@ function admin_page_users_post(&$a){
if (x($_POST,'page_users_delete')){
require_once("include/Contact.php");
foreach($users as $uid){
- account_remove($uid,true);
+ account_remove($uid,true,false);
}
notice( sprintf( tt("%s user deleted", "%s users deleted", count($users)), count($users)) );
}