Skip to content

Commit

Permalink
refs #4053 fix additional plugin information is not displayed for plu…
Browse files Browse the repository at this point in the history
…gins having update
  • Loading branch information
tsteur committed Sep 21, 2013
1 parent 65a62b8 commit 5cc0f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/CorePluginsAdmin/Marketplace.php
Expand Up @@ -78,10 +78,8 @@ public function getPluginsHavingUpdate($themesOnly)
try {
if ($themesOnly) {
$pluginsHavingUpdate = $this->client->getInfoOfThemesHavingUpdate($loadedPlugins);
return $pluginsHavingUpdate;
} else {
$pluginsHavingUpdate = $this->client->getInfoOfPluginsHavingUpdate($loadedPlugins);
return $pluginsHavingUpdate;
}

} catch (\Exception $e) {
Expand Down

0 comments on commit 5cc0f8c

Please sign in to comment.