From 4130c98eeaa5d529d8617804f76bb941eecf4177 Mon Sep 17 00:00:00 2001 From: Rich Lott Date: Sun, 3 Dec 2023 17:46:09 +0000 Subject: [PATCH] Update CRM/Utils/System/Standalone.php Co-authored-by: colemanw --- CRM/Utils/System/Standalone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Standalone.php b/CRM/Utils/System/Standalone.php index 27f32bf5bb..9be3ba52dc 100644 --- a/CRM/Utils/System/Standalone.php +++ b/CRM/Utils/System/Standalone.php @@ -208,7 +208,7 @@ class CRM_Utils_System_Standalone extends CRM_Utils_System_Base { return Civi::paths()->getUrl("[cms.root]/{$path}?{$query}$fragment", 'absolute'); } else { - return "/{$path}?{$query}$fragment"; + return Civi::paths()->getUrl("[cms.root]/{$path}?{$query}$fragment"); } } -- 2.25.1