From 21b1500490d54dca87829d4a8db76413c2043401 Mon Sep 17 00:00:00 2001 From: orin Date: Sat, 22 Jun 2024 18:50:39 +0200 Subject: [PATCH] Fix warning --- get.php | 2 ++ shared/main.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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';