diff --git a/get.php b/get.php index 1a0e7b8..5a0c6f7 100644 --- a/get.php +++ b/get.php @@ -77,7 +77,7 @@ function uupGetFiles( } if($usePack) { - $genPack = uupGetGenPacks($build, $info['arch'], $updateId); + $genPack = uupApiGetPacks($updateId); if(empty($genPack)) return array('error' => 'UNSUPPORTED_COMBINATION'); if(!isset($genPack[$usePack])) {