Add a few more validity checks

This commit is contained in:
whatever127
2019-09-14 17:26:57 +02:00
parent 39353cdb51
commit d628c2fe69
5 changed files with 21 additions and 2 deletions

View File

@ -164,7 +164,7 @@ function uupFetchUpd(
'updateTitle' => $updateArray[0]['updateTitle'],
'foundBuild' => $updateArray[0]['foundBuild'],
'arch' => $updateArray[0]['arch'],
'fileWrite' => $updateArray[0]['foundBuild'],
'fileWrite' => $updateArray[0]['fileWrite'],
'updateArray' => $updateArray,
);
}