mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Fix types in admin area
This commit is contained in:
@@ -23,7 +23,7 @@ class AdminGameController extends BasePageController
|
||||
$meta_title = $title = 'Game List';
|
||||
|
||||
// Get search parameter
|
||||
$search = $request->input('gamesearch', '');
|
||||
$search = $this->scalarInput($request, 'gamesearch');
|
||||
|
||||
if (! empty($search)) {
|
||||
$gamelist = $game->getRange($search);
|
||||
|
||||
Reference in New Issue
Block a user