aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-27 21:10:13 +0000
committerMario <mario@mariovavti.com>2022-01-27 21:10:13 +0000
commitb13a9f57aff3e455901ba51e3fc26abfb8d89aca (patch)
tree05caa1fd4b870f7eab392cd6d96b617bad8a36da /include
parent0aa67ad7f9f8aac8691962171a9d69e0a521a15f (diff)
downloadvolse-hubzilla-b13a9f57aff3e455901ba51e3fc26abfb8d89aca.tar.gz
volse-hubzilla-b13a9f57aff3e455901ba51e3fc26abfb8d89aca.tar.bz2
volse-hubzilla-b13a9f57aff3e455901ba51e3fc26abfb8d89aca.zip
fix for #1659
Diffstat (limited to 'include')
-rw-r--r--include/text.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index 05bf2bc7c..aea8790fc 100644
--- a/include/text.php
+++ b/include/text.php
@@ -586,6 +586,7 @@ function alt_pager($i, $more = '', $less = '') {
'$less' => $less,
'$more' => $more,
'$url' => $url,
+ '$url_appendix' => ((strpos($url, '?')) ? '&' : '?'),
'$prevpage' => App::$pager['page'] - 1,
'$nextpage' => App::$pager['page'] + 1,
));