From c729a1d651214ef6ced408e172f93a5f69e7d117 Mon Sep 17 00:00:00 2001 From: Mike Russell <3056352+MichaelJ2324@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:56:05 -0400 Subject: [PATCH] Fix Module Loader Package Upload Endpoint --- src/Endpoint/MLPackage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoint/MLPackage.php b/src/Endpoint/MLPackage.php index cf4a678..c26b848 100644 --- a/src/Endpoint/MLPackage.php +++ b/src/Endpoint/MLPackage.php @@ -19,7 +19,7 @@ class MLPackage extends SugarBean public const MLP_FIELD_PROP = 'upgrade_zip'; protected static array $_DEFAULT_PROPERTIES = [ - self::PROPERTY_URL => 'Administration/packages/$id/$:action', + self::PROPERTY_URL => 'Administration/packages/$:id/$:action', self::PROPERTY_AUTH => true, ];