Remove baseless update cabs

This commit is contained in:
mkuba50 2018-08-30 20:17:36 +02:00
parent f572f3ba0f
commit 5437031520
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac
}
unset($temp, $newName);
$baseless = preg_grep('/^baseless_/i', array_keys($files));
$baseless = preg_grep('/^baseless_|-baseless\....$/i', array_keys($files));
foreach($baseless as $val) {
if(isset($files[$val])) unset($files[$val]);
}

View File

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