From bb019e1c79e720eddace388b9ae78ecc698be578 Mon Sep 17 00:00:00 2001 From: dlandon Date: Thu, 3 Nov 2022 08:32:02 -0500 Subject: [PATCH] Don't overwrite the error from the first try. --- plugins/dynamix.plugin.manager/scripts/plugin | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/dynamix.plugin.manager/scripts/plugin b/plugins/dynamix.plugin.manager/scripts/plugin index 6bd1eda82..07eb76f55 100755 --- a/plugins/dynamix.plugin.manager/scripts/plugin +++ b/plugins/dynamix.plugin.manager/scripts/plugin @@ -262,7 +262,6 @@ function download($url, $name, &$error, $write=true) { return false; } } else { - $error = "empty URL"; // The url is empty return false; }