diff --git a/bin/safe_pull.php b/bin/safe_pull.php index 345c05b40..d1bd5c6fc 100644 --- a/bin/safe_pull.php +++ b/bin/safe_pull.php @@ -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);