Changed updateGroup from functions.php to newznab's binaries.php

Switched updateGroup from functions.php to newznab's binaries.php
This commit is contained in:
DariusIII
2014-03-24 22:37:08 +01:00
parent a868743d0d
commit d6c8d0dfd3
+1 -1
View File
@@ -39,7 +39,7 @@ if (!isset($argv[1])) {
$groupName = $pieces[1];
$grp = new Groups();
$groupArr = $grp->getByName($groupName);
$functions->updateGroup($groupArr, $nntp);
$binaries->updateGroup($nntp, $groupArr);
} else if (isset($pieces[2]) && ($pieces[2] == 'Binary' || $pieces[2] == 'Backfill')) {
$functions = new Functions();
$functions->getFinal($pieces[0], $pieces[1], $pieces[2], $nntp);