diff options
author | mrjive <mrjive@mrjive.it> | 2018-04-19 09:51:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 09:51:58 +0200 |
commit | c8ff773b9609f723217712f0faf451238d41327d (patch) | |
tree | 4127afeee7d8a3b710863d9ad022fed2b82a8ebc /Zotlabs/Module/Directory.php | |
parent | 283e5d3a5c9557195a640de5f0acefc884e904bb (diff) | |
parent | 92b08f1f07a25976342dc885331ecb1531e256aa (diff) | |
download | volse-hubzilla-c8ff773b9609f723217712f0faf451238d41327d.tar.gz volse-hubzilla-c8ff773b9609f723217712f0faf451238d41327d.tar.bz2 volse-hubzilla-c8ff773b9609f723217712f0faf451238d41327d.zip |
Merge pull request #9 from redmatrix/dev
Dev
Diffstat (limited to 'Zotlabs/Module/Directory.php')
-rw-r--r-- | Zotlabs/Module/Directory.php | 2 |
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'), |