mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update handling of user and role disabled categories
This commit is contained in:
@@ -13,7 +13,6 @@ use App\Models\UserDownload;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Models\ReleaseComment;
|
||||
use Blacklight\utility\Utility;
|
||||
use App\Models\UserExcludedCategory;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Facades\Mail;
|
||||
use Jrean\UserVerification\Facades\UserVerification;
|
||||
@@ -90,7 +89,6 @@ class ProfileController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'commentslist' => ReleaseComment::getCommentsForUserRange($userID),
|
||||
'exccats' => implode(',', UserExcludedCategory::getCategoryExclusionNames($userID)),
|
||||
'saburl' => $sab->url,
|
||||
'sabapikey' => $sab->apikey,
|
||||
'sabapikeytype' => $sab->apikeytype !== '' ? $sabApiKeyTypes[$sab->apikeytype] : '',
|
||||
|
||||
Reference in New Issue
Block a user