Fix broken cherry-pick in 4cb9edd9f0

This commit is contained in:
Ian McInerney 2023-12-03 18:04:40 +00:00
parent af99c9da34
commit 54c325a631
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ void PCM_TASK_MANAGER::InstallFromFile( wxWindow* aParent, const wxString& aFile
_( "Install package" ), wxICON_EXCLAMATION | wxYES_NO, aParent )
== wxNO )
{
return PCM_TASK_MANAGER::STATUS::FAILED;
return;
}
bool isUpdate = false;