mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Slightly adjust operators
This commit is contained in:
+1
-1
@@ -268,7 +268,7 @@ class Regexes
|
||||
'old_name' => $row['searchname'],
|
||||
'new_name' => $match
|
||||
];
|
||||
if ($displayLimit > 0 && $limit++ > $displayLimit) {
|
||||
if ((int)$displayLimit > 0 && $limit++ >= (int)$displayLimit) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user