]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / mod / videos.php
index a0c9d0d16edfeb8cd4e761a2784f02104b212799..e52c78cab11f794a0b5f2e4fdd7ab30dfd35c2a0 100644 (file)
@@ -341,8 +341,8 @@ function videos_content(App $a)
        );
 
        if (DBA::isResult($r)) {
-               $a->set_pager_total(count($r));
-               $a->set_pager_itemspage(20);
+               $a->setPagerTotal(count($r));
+               $a->setPagerItemsPage(20);
        }
 
        $r = q("SELECT hash, ANY_VALUE(`id`) AS `id`, ANY_VALUE(`created`) AS `created`,