aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Directory.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-17 23:36:35 -0700
committerzotlabs <mike@macgirvin.com>2018-04-17 23:36:35 -0700
commitc53f788cc85f83f00e1b5bec19efd54f1372a12b (patch)
treee9eb3bc4446d17fe00a3c5d015ea2ef944686163 /Zotlabs/Module/Directory.php
parentfc7d9c235cf845e687095d4f30d32eca4c12bc4a (diff)
downloadvolse-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 'Zotlabs/Module/Directory.php')
-rw-r--r--Zotlabs/Module/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Directory.php b/Zotlabs/Module/Directory.php
index 87387ef56..f2673fa1a 100644
--- a/Zotlabs/Module/Directory.php
+++ b/Zotlabs/Module/Directory.php
@@ -404,7 +404,7 @@ class Directory extends \Zotlabs\Web\Controller {
'$entries' => $entries,
'$dirlbl' => $suggest ? t('Channel Suggestions') : $dirtitle,
'$submit' => t('Find'),
- '$next' => alt_pager($a,$j['records'], t('next page'), t('previous page')),
+ '$next' => alt_pager($j['records'], t('next page'), t('previous page')),
'$sort' => t('Sort options'),
'$normal' => t('Alphabetic'),
'$reverse' => t('Reverse Alphabetic'),