more spaces

This commit is contained in:
Michael 2017-03-13 05:57:37 +00:00
commit eb6a6228f7
4 changed files with 9 additions and 9 deletions

View file

@ -715,7 +715,7 @@ function posts_from_gcontact(App $a, $gcontact_id) {
intval($a->pager['itemspage'])
);
$o = conversation($a,$r,'community',false);
$o = conversation($a, $r, 'community', false);
$o .= alt_pager($a, count($r));
@ -758,7 +758,7 @@ function posts_from_contact_url(App $a, $contact_url) {
intval($a->pager['itemspage'])
);
$o = conversation($a,$r,'community',false);
$o = conversation($a, $r, 'community', false);
$o .= alt_pager($a, count($r));