Add missing updates to lists created from generated packs
This commit is contained in:
		
							
								
								
									
										4
									
								
								get.php
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								get.php
									
									
									
									
									
								
							| @@ -372,6 +372,10 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac | ||||
|     } | ||||
|  | ||||
|     if($desiredEdition == 'GENERATEDPACKS') { | ||||
|         $temp = preg_grep('/Windows10\.0-KB.*-EXPRESS/i', $filesKeys, PREG_GREP_INVERT); | ||||
|         $temp = preg_grep('/Windows10\.0-KB/i', $temp); | ||||
|         $filesList = array_merge($filesList, $temp); | ||||
|  | ||||
|         $newFiles = array(); | ||||
|         foreach($filesList as $val) { | ||||
|             $name = preg_replace('/~31bf3856ad364e35/', '', $val); | ||||
|   | ||||
| @@ -16,7 +16,7 @@ limitations under the License. | ||||
| */ | ||||
|  | ||||
| function uupApiVersion() { | ||||
|     return '1.14.3'; | ||||
|     return '1.14.4'; | ||||
| } | ||||
|  | ||||
| function uupApiPrintBrand() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user