diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-17 23:36:35 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-17 23:36:35 -0700 |
commit | c53f788cc85f83f00e1b5bec19efd54f1372a12b (patch) | |
tree | e9eb3bc4446d17fe00a3c5d015ea2ef944686163 /include/text.php | |
parent | fc7d9c235cf845e687095d4f30d32eca4c12bc4a (diff) | |
download | volse-hubzilla-c53f788cc85f83f00e1b5bec19efd54f1372a12b.tar.gz volse-hubzilla-c53f788cc85f83f00e1b5bec19efd54f1372a12b.tar.bz2 volse-hubzilla-c53f788cc85f83f00e1b5bec19efd54f1372a12b.zip |
add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index bc44f22f3..e04b51610 100644 --- a/include/text.php +++ b/include/text.php @@ -531,7 +531,7 @@ function paginate(&$a) { } -function alt_pager(&$a, $i, $more = '', $less = '') { +function alt_pager($i, $more = '', $less = '') { if(! $more) $more = t('older'); |