Skip to content
Extraits de code Groupes Projets
Valider 5cc0f8c7 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #4053 fix additional plugin information is not displayed for plugins having update

parent 65a62b8a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -78,10 +78,8 @@ class Marketplace ...@@ -78,10 +78,8 @@ class Marketplace
try { try {
if ($themesOnly) { if ($themesOnly) {
$pluginsHavingUpdate = $this->client->getInfoOfThemesHavingUpdate($loadedPlugins); $pluginsHavingUpdate = $this->client->getInfoOfThemesHavingUpdate($loadedPlugins);
return $pluginsHavingUpdate;
} else { } else {
$pluginsHavingUpdate = $this->client->getInfoOfPluginsHavingUpdate($loadedPlugins); $pluginsHavingUpdate = $this->client->getInfoOfPluginsHavingUpdate($loadedPlugins);
return $pluginsHavingUpdate;
} }
} catch (\Exception $e) { } catch (\Exception $e) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter