diff --git a/Plugin.class.php b/Plugin.class.php index dad8d76c..4a72126d 100644 --- a/Plugin.class.php +++ b/Plugin.class.php @@ -200,6 +200,9 @@ protected function getGithubMarketReposInfos($repos) { $infos = array(); $installedPluginsNames = $this->getInstalledPluginsNames(); foreach($repos as $repo) { + if($repo->archived) { + continue; + } $repoName = $repo->name; if(!in_array(strtolower($repoName), $installedPluginsNames)) { $infos[] = array(