]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Remove pager parameter from conversation()
[friendica.git] / mod / community.php
index 7aa00240b795e0081eed744be1ea7f55d81ea99b..b95d13654c0a3967935187d81f3a081857d9f202 100644 (file)
@@ -200,7 +200,7 @@ function community_content(App $a, $update = 0)
                $s = $r;
        }
 
-       $o .= conversation($a, $s, $pager, 'community', $update, false, 'commented', local_user());
+       $o .= conversation($a, $s, 'community', $update, false, 'commented', local_user());
 
        if (!$update) {
                $o .= $pager->renderMinimal(count($r));