mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Update comments handling in user profile page
This commit is contained in:
@@ -88,7 +88,7 @@ class ProfileController extends BasePageController
|
||||
// Pager must be fetched after the variables are assigned to smarty.
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'commentslist' => ReleaseComment::getCommentsForUserRange($userID, $offset, config('nntmux.items_per_page')),
|
||||
'commentslist' => ReleaseComment::getCommentsForUserRange($userID),
|
||||
'exccats' => implode(',', UserExcludedCategory::getCategoryExclusionNames($userID)),
|
||||
'saburl' => $sab->url,
|
||||
'sabapikey' => $sab->apikey,
|
||||
|
||||
Reference in New Issue
Block a user