mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Replace ! $request->has with new $request->missing
This commit is contained in:
@@ -36,7 +36,7 @@ class GetNzbController extends BasePageController
|
||||
Utility::showApiError(101);
|
||||
}
|
||||
} else {
|
||||
if (! $request->has('r')) {
|
||||
if ($request->missing('r')) {
|
||||
Utility::showApiError(200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user