add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager

This commit is contained in:
zotlabs
2018-04-17 23:36:35 -07:00
parent fc7d9c235c
commit c53f788cc8
9 changed files with 14 additions and 10 deletions

View File

@@ -279,7 +279,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
$o .= '<div id="content-complete"></div>';
if(($items) && (! $update))
$o .= alt_pager($a,count($items));
$o .= alt_pager(count($items));
return $o;