diff --git a/archive/community.applications-2022.03.05-x86_64-1.txz b/archive/community.applications-2022.03.05-x86_64-1.txz new file mode 100644 index 00000000..fc53ad4e Binary files /dev/null and b/archive/community.applications-2022.03.05-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index 417e9eb3..05dc28aa 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -15,7 +15,7 @@ f1e435bc2543dd7a9f6495fbc2533f2b ./scripts/installUpdate.php 5846421e95b475e1156c3f68164ccc4f ./scripts/languageInstall.sh d4770cba925e913500e0085b79267d3e ./scripts/notices.php a1401a0bed89c182b69f0c7508282c1f ./scripts/pluginInstall.php -e19c8f05c687dcf03ea0ba2ed7099a6e ./scripts/showStatistics.php +da3b4f9b73c5c3bf65be6c42d68b51f9 ./scripts/showStatistics.php 4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh 34554a56611dfe625889c82afd5138de ./scripts/updatePluginSupport.php 2da35d3042b93459f171595811d534b3 ./skins/Narrow/css.php diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/showStatistics.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/showStatistics.php index 4f5d26b9..48fdca9e 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/showStatistics.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/showStatistics.php @@ -105,7 +105,6 @@ switch ($_GET['arg1']) { } $templates = readJsonFile($caPaths['community-templates-info']); foreach ($templates as $template) { - unset($dupe); $template['Repository'] = str_replace(":latest","",$template['Repository']); $count = 0; foreach ($templates as $searchTemplates) { @@ -114,11 +113,10 @@ switch ($_GET['arg1']) { if ( $searchTemplates['BranchName'] || $searchTemplates['Blacklist'] || $searchTemplates['Deprecated']) { continue; } - $dupe[$searchTemplates['Repository']][$searchTemplates['RepoName']]++; $count++; } } - if ($count > 1 && $dupe[$template['Repository']][$template['RepoName']] !== $count) { + if ($count > 1 ) { $dupeRepos .= "Duplicated Template: {$template['RepoName']} - {$template['Repository']} - {$template['Name']}
"; } }