mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix missing use statements
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2015-10-17 DariusIII
|
||||
Fix: Missing use statements
|
||||
Fix: update_releases script and path to it in Forking.php
|
||||
Fix: Autoloading and api errors
|
||||
2015-10-16 DariusIII
|
||||
|
||||
@@ -220,7 +220,7 @@ switch ($options[1]) {
|
||||
$backFill->backfillAllGroups($groupMySQL['name'], 20000, 'normal');
|
||||
|
||||
// Create releases.
|
||||
processReleases(new ProcessReleases(['Settings' => $pdo]), $options[2]);
|
||||
processReleases($pdo, new ProcessReleases(['Settings' => $pdo]), $options[2]);
|
||||
|
||||
// Post process the releases.
|
||||
(new ProcessAdditional(['Echo' => true, 'NNTP' => $nntp, 'Settings' => $pdo]))->start($options[2]);
|
||||
|
||||
@@ -14,6 +14,7 @@ use newznab\controllers\RequestIDLocal;
|
||||
use newznab\controllers\RequestIDWeb;
|
||||
use newznab\controllers\PreHash;
|
||||
use newznab\controllers\Genres;
|
||||
use newznab\controllers\NNTP;
|
||||
|
||||
class ProcessReleases
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user