]> git.mxchange.org Git - friendica.git/commitdiff
Standard stuff
authorMichael <heluecht@pirati.ca>
Mon, 13 Mar 2017 00:09:32 +0000 (00:09 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 13 Mar 2017 00:09:32 +0000 (00:09 +0000)
include/Contact.php

index 3d4d6ded7fa64dfea6ab6972bf84a46523dbce0e..85dc1008eb674c9c2fe08355c052e222c1b165fd 100644 (file)
@@ -717,7 +717,7 @@ function posts_from_gcontact(App $a, $gcontact_id) {
 
        $o = conversation($a,$r,'community',false);
 
-       $o .= alt_pager($a,count($r));
+       $o .= alt_pager($a, count($r));
 
        return $o;
 }
@@ -760,7 +760,7 @@ function posts_from_contact_url(App $a, $contact_url) {
 
        $o = conversation($a,$r,'community',false);
 
-       $o .= alt_pager($a,count($r));
+       $o .= alt_pager($a, count($r));
 
        return $o;
 }