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

@@ -191,7 +191,7 @@ class Articles extends \Zotlabs\Web\Controller {
'$title' => t('Articles'),
'$editor' => $editor,
'$content' => $content,
'$pager' => alt_pager($a,$pager_total)
'$pager' => alt_pager($pager_total)
]);
return $o;