mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Typo.
This commit is contained in:
+2
-4
@@ -358,14 +358,12 @@ class PProcess
|
||||
)
|
||||
) === false
|
||||
) {
|
||||
|
||||
// Try to add the files to the DB.
|
||||
if ($this->releaseFiles->add($relID, $file['name'], $file['size'], $query['post_date'], 0)) {
|
||||
$filesAdded++;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$filesAdded++;
|
||||
} else {
|
||||
$filesAdded++;
|
||||
}
|
||||
|
||||
// Try to get a new name.
|
||||
|
||||
Reference in New Issue
Block a user