]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Replace remaining instances with "allowlist", "denylist" and "blocklist"
[friendica.git] / mod / videos.php
index 3cb2b84bcdb092c90079b74cd41c85b3ce1d2717..49c64ef973589d6eccf75e569c93176078085e08 100644 (file)
@@ -225,7 +225,7 @@ function videos_content(App $a)
                $total = count($r);
        }
 
-       $pager = new Pager(DI::args()->getQueryString(), 20);
+       $pager = new Pager(DI::l10n(), DI::args()->getQueryString(), 20);
 
        $r = q("SELECT hash, ANY_VALUE(`id`) AS `id`, ANY_VALUE(`created`) AS `created`,
                ANY_VALUE(`filename`) AS `filename`, ANY_VALUE(`filetype`) as `filetype`