Fix warning
This commit is contained in:
parent
fb2c89b2f8
commit
21b1500490
2
get.php
2
get.php
@ -76,6 +76,8 @@ function uupGetFiles(
|
|||||||
$info['sku'] = 48;
|
$info['sku'] = 48;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$genPack = [];
|
||||||
|
|
||||||
if($usePack) {
|
if($usePack) {
|
||||||
$genPack = uupApiGetPacks($updateId);
|
$genPack = uupApiGetPacks($updateId);
|
||||||
if(empty($genPack)) return array('error' => 'UNSUPPORTED_COMBINATION');
|
if(empty($genPack)) return array('error' => 'UNSUPPORTED_COMBINATION');
|
||||||
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.47.2';
|
return '1.47.3';
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/auths.php';
|
require_once dirname(__FILE__).'/auths.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user