wrong default param for pubstream_incl (this checkin also picked up a few minor and hopefully non-significant changes)

This commit is contained in:
zotlabs
2018-05-18 16:57:45 -07:00
parent 12c571a187
commit dae89ce91c
4 changed files with 7 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ class Removeme extends \Zotlabs\Web\Controller {
}
$global_remove = intval($_POST['global']);
channel_remove(local_channel(),1 - $global_remove,true);
}