X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmessage.php;h=c62a15eb233d21addfc03e86655097158dd3c4ce;hb=4683cfee123904032cebc5b6d6719c8c712caa24;hp=e871e22e3140eb533d9c66e9a40e2c03b4ae632f;hpb=01640a7045e146759bc936dd499ac27738b78940;p=friendica.git diff --git a/mod/message.php b/mod/message.php index e871e22e31..c62a15eb23 100644 --- a/mod/message.php +++ b/mod/message.php @@ -296,7 +296,7 @@ function message_content(App $a) $total = $r[0]['total']; } - $pager = new Pager(DI::args()->getQueryString()); + $pager = new Pager(DI::l10n(), DI::args()->getQueryString()); $r = get_messages(local_user(), $pager->getStart(), $pager->getItemsPerPage());