mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user