Slight changes in behaviour

This commit is contained in:
Darko
2013-11-22 14:56:43 +01:00
parent b2eea4e668
commit 6ef81fc4fc
5 changed files with 17 additions and 18 deletions
+2 -1
View File
@@ -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++;