diff --git a/ISM/Software.cr b/ISM/Software.cr index 1504494..6e66c81 100644 --- a/ISM/Software.cr +++ b/ISM/Software.cr @@ -1484,7 +1484,7 @@ module ISM stripFileListNoChroot(fileList) end - if Ism.softwareIsRequestedSoftware(@information, requestedSoftwareFullVersionNames) && !Ism.softwareIsInstalled(@information) + if Ism.softwareIsRequestedSoftware(@information, Ism.requestedSoftwares.map { |entry| entry.fullVersionName}) && !Ism.softwareIsInstalled(@information) Ism.addSoftwareToFavouriteGroup(@information.fullVersionName) end