Fix generation of links for build 17017.1000

This commit is contained in:
mkuba50
2017-10-13 19:46:36 +02:00
parent 496e015611
commit a0a0c39785
3 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac
}
foreach($pack as $val) {
$temp = preg_grep('/'.$val.'\./i', $filesKeys);
$temp = preg_grep('/'.$val.'.*\./i', $filesKeys);
$filesTemp = array_merge($filesTemp, $temp);
}