]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Merge remote-tracking branch 'upstream/develop' into item-thread
[friendica.git] / mod / community.php
index 685eda6da0f92ea796b1654df13c0079a83824bc..4b2169fd0651954a46c3ef3805a6d415aa18118e 100644 (file)
@@ -154,7 +154,7 @@ function community_content(App $a, $update = 0)
                $itemspage_network = $a->force_max_items;
        }
 
-       $a->set_pager_itemspage($itemspage_network);
+       $a->setPagerItemsPage($itemspage_network);
 
        $r = community_getitems($a->pager['start'], $a->pager['itemspage'], $content, $accounttype);