mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Add $title variable to Admin/UserController
This commit is contained in:
@@ -91,6 +91,8 @@ class UserController extends BasePageController
|
||||
'notes' => '',
|
||||
];
|
||||
|
||||
$title = 'View User';
|
||||
|
||||
// set the current action
|
||||
$action = $request->input('action') ?? 'view';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user