mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Slight changes in behaviour
This commit is contained in:
+2
-1
@@ -184,7 +184,8 @@ class Namefixer
|
||||
|
||||
foreach ($relres as $relrow)
|
||||
{
|
||||
if (($nzbcontents->checkPAR2($relrow['guid'], $relrow['releaseID'], $relrow['groupID'], $db, $pp, $nntp)) !== false);
|
||||
$this->done = $this->matched = false;
|
||||
if (($nzbcontents->checkPAR2($relrow['guid'], $relrow['releaseID'], $relrow['groupID'], $db, $pp, $nntp)) === true);
|
||||
{
|
||||
echo ".";
|
||||
$this->fixed++;
|
||||
|
||||
Reference in New Issue
Block a user