mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update user category exclusion handling in API and APIv2
This commit is contained in:
@@ -288,7 +288,7 @@ class ProfileController extends BasePageController
|
||||
|
||||
$this->smarty->assign('error', $errorStr);
|
||||
$this->smarty->assign('user', $data);
|
||||
$this->smarty->assign('userexccat', User::getCategoryExclusion($userid));
|
||||
$this->smarty->assign('userexccat', User::getCategoryExclusionById($userid));
|
||||
|
||||
$this->smarty->assign('saburl_selected', $sab->url);
|
||||
$this->smarty->assign('sabapikey_selected', $sab->apikey);
|
||||
|
||||
Reference in New Issue
Block a user