]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Rename App Methods
[friendica.git] / mod / community.php
index 9c9fb4390038fed56110a1465f73e176f31c5c0f..d1432b7bbbf5c19dbd780a6f7eecbc59e7123063 100644 (file)
@@ -153,7 +153,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);