aboutsummaryrefslogtreecommitdiffstats
path: root/mod/removeme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-14 17:25:45 -0700
committerfriendica <info@friendica.com>2014-08-14 17:25:45 -0700
commit1d4fde71e0f7439804f312be54df80d230e454d5 (patch)
tree203bb5c23f86d47c8ca84d8fb08f142788d6f653 /mod/removeme.php
parent9d2335ebc8d96659133385b45c89c3b6b24611f2 (diff)
parentf4229dbc3f17463d41a39e6b9038dd10fee6597a (diff)
downloadvolse-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/removeme.php')
-rw-r--r--mod/removeme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/removeme.php b/mod/removeme.php
index 095570480..13bf6cf63 100644
--- a/mod/removeme.php
+++ b/mod/removeme.php
@@ -35,7 +35,7 @@ function removeme_post(&$a) {
$global_remove = intval($_POST['global']);
- channel_remove(local_user(),1 - $global_remove);
+ channel_remove(local_user(),1 - $global_remove,true);
}