diff --git a/get.php b/get.php index 0f54c95..c26075f 100644 --- a/get.php +++ b/get.php @@ -76,6 +76,8 @@ function uupGetFiles( $info['sku'] = 48; } + $genPack = []; + if($usePack) { $genPack = uupApiGetPacks($updateId); if(empty($genPack)) return array('error' => 'UNSUPPORTED_COMBINATION'); diff --git a/shared/main.php b/shared/main.php index ca51f00..e09c6c9 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.47.2'; + return '1.47.3'; } require_once dirname(__FILE__).'/auths.php';