aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-28 20:03:30 +0000
committerMario <mario@mariovavti.com>2022-01-28 20:03:30 +0000
commit755076a8e55b734c8921418a829517ef5e07b52e (patch)
treeef341ce525f8ad887a85f31bac71a7782b8857da /include/text.php
parentc2e21e837f3d3449a44e976bc6192863ba7e75d7 (diff)
parentb49f7b8b3441300c8dcd4f3f6fe51af7b31b8010 (diff)
downloadvolse-hubzilla-755076a8e55b734c8921418a829517ef5e07b52e.tar.gz
volse-hubzilla-755076a8e55b734c8921418a829517ef5e07b52e.tar.bz2
volse-hubzilla-755076a8e55b734c8921418a829517ef5e07b52e.zip
Merge branch 'dev'
Diffstat (limited to 'include/text.php')
-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,
));