From adcb0de17de0e1a05ed8f3e2cbde741ddbd6a68c Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 5 Jan 2024 19:29:25 -0500 Subject: [PATCH 1/3] Update post_plugin_checks --- .../dynamix.plugin.manager/post-hooks/post_plugin_checks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks b/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks index d681d3df3..b9e49dddd 100755 --- a/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks +++ b/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks @@ -46,7 +46,7 @@ case 'plugin': $info = readJson('/tmp/community.applications/tempFiles/templates.json'); // find matching support link $url = plugin('pluginURL', $plugin); - if ($support = searchLink($info, $url) ?: searchLink($info, newurl($url))) { + if ( !empty($info) && ($support = searchLink($info, $url) ?: searchLink($info, newurl($url))) ) { // update incorrect or missing support links if (plugin('support', $plugin) != $support) { $xml = @simplexml_load_file($plugin); From 68552c0808a1c05367cc233288466704d22050aa Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sun, 7 Jan 2024 06:47:12 -0500 Subject: [PATCH 2/3] Update post_plugin_checks --- .../dynamix.plugin.manager/post-hooks/post_plugin_checks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks b/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks index b9e49dddd..fd81e85ac 100755 --- a/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks +++ b/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks @@ -12,7 +12,7 @@ */ ?> Date: Sun, 7 Jan 2024 06:51:23 -0500 Subject: [PATCH 3/3] Update post_plugin_checks --- .../dynamix.plugin.manager/post-hooks/post_plugin_checks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks b/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks index fd81e85ac..325af7e33 100755 --- a/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks +++ b/emhttp/plugins/dynamix.plugin.manager/post-hooks/post_plugin_checks @@ -12,7 +12,7 @@ */ ?>