Fix warning

This commit is contained in:
Kaenbyou Rin 2024-06-22 18:50:39 +02:00
parent fb2c89b2f8
commit 21b1500490
2 changed files with 3 additions and 1 deletions

View File

@ -76,6 +76,8 @@ function uupGetFiles(
$info['sku'] = 48;
}
$genPack = [];
if($usePack) {
$genPack = uupApiGetPacks($updateId);
if(empty($genPack)) return array('error' => 'UNSUPPORTED_COMBINATION');

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.47.2';
return '1.47.3';
}
require_once dirname(__FILE__).'/auths.php';