diff --git a/archive/community.applications-2022.10.14-x86_64-1.txz b/archive/community.applications-2022.10.14-x86_64-1.txz new file mode 100644 index 00000000..7d5dd30e Binary files /dev/null and b/archive/community.applications-2022.10.14-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page index c978f3bd..0bd0ea14 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page @@ -1206,8 +1206,8 @@ function actuallyInstallPlugin(pluginURL,update=false,comment="") { data.deprecated = false; // global var here to trigger a rescan of action centre if ( pluginURL.includes("&deprecated") || pluginURL.includes("&incompatible") ) { data.deprecated = true; - pluginURL.replace("&deprecated",""); - pluginURL.replace("&incompatible",""); + pluginURL = pluginURL.replace("&deprecated",""); + pluginURL = pluginURL.replace("&incompatible",""); } @@ -1232,8 +1232,8 @@ function actuallyInstallPlugin(pluginURL,update=false,comment="") { data.deprecated = false; // global var here to trigger a rescan of action centre if ( pluginURL.includes("&deprecated") || pluginURL.includes("&incompatible") ) { data.deprecated = true; - pluginURL.replace("&deprecated",""); - pluginURL.replace("&incompatible",""); + pluginURL = pluginURL.replace("&deprecated",""); + pluginURL = pluginURL.replace("&incompatible",""); } ca_openPlugin('plugin '+type+' '+pluginURL,title,'',postFunction); @@ -1261,8 +1261,8 @@ function hidePluginPending(pluginURL) { } function hideLanguagePending(language) { - language.replace("lang-",""); - language.replace(".xml",""); + language = language.replace("lang-",""); + language = language.replace(".xml",""); if ( ! language ) return; 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 a1c1eef6..a3fe5d25 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 @@ -1,4 +1,4 @@ -4ae8fb652e1982d168d41313767166d4 ./Apps.page +095ab43b7a4823ca90b014c6850a7aaf ./Apps.page 4e55f7483b661af21a25b677179baffe ./CA_notices.page 4c5d4598e1bafa46bd90c27cbe302122 ./ca_settings.page e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg