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/removeme.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/removeme.php')
-rw-r--r-- | mod/removeme.php | 2 |
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); } |