mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Fix the range notice/error
This commit is contained in:
+1
-2
@@ -1105,8 +1105,7 @@ class PProcess
|
||||
if (!isset($r['range'])) {
|
||||
$r['range'] = mt_rand(0, 99999);
|
||||
}
|
||||
|
||||
$r['range'] = $range;
|
||||
|
||||
if (!isset($r['error'])) {
|
||||
|
||||
if ($rel['categoryID'] !== Category::CAT_MISC_OTHER) {
|
||||
|
||||
Reference in New Issue
Block a user