Skip to content

Commit

Permalink
refs #4053 fix inactive plugins were not considered in the update check
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Sep 23, 2013
1 parent b67827b commit 507f44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/CorePluginsAdmin/Marketplace.php
Expand Up @@ -80,6 +80,7 @@ private function hasPluginUpdate($plugin)
public function getPluginsHavingUpdate($themesOnly)
{
$pluginManager = PluginsManager::getInstance();
$pluginManager->returnLoadedPluginsInfo();
$loadedPlugins = $pluginManager->getLoadedPlugins();

try {
Expand Down

0 comments on commit 507f44f

Please sign in to comment.