mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Fix types in admin area
This commit is contained in:
@@ -24,7 +24,7 @@ class AdminShowsController extends BasePageController
|
||||
|
||||
$meta_title = $title = 'TV Shows List';
|
||||
|
||||
$showname = $request->input('showname', '');
|
||||
$showname = $this->scalarInput($request, 'showname');
|
||||
$tvshowlist = Video::getRange($showname);
|
||||
|
||||
return view('admin.shows.index', compact('tvshowlist', 'showname', 'title', 'meta_title'));
|
||||
|
||||
Reference in New Issue
Block a user