From f08eb399ad13c458fea65f66f85c72be85f5697f Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 15 Oct 2016 11:54:43 +1100 Subject: [PATCH] Fix Jenkins Failure --- CRM/Utils/System/DrupalBase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Utils/System/DrupalBase.php b/CRM/Utils/System/DrupalBase.php index 19806af4c8..e898b32002 100644 --- a/CRM/Utils/System/DrupalBase.php +++ b/CRM/Utils/System/DrupalBase.php @@ -652,6 +652,8 @@ abstract class CRM_Utils_System_DrupalBase extends CRM_Utils_System_Base { } } } + $this->filesUrl = self::getUrl($baseUrl, $correct); + return $this->filesUrl; } } -- 2.25.1