From 34020e3382cf6e9314bf328b89467d16052158d6 Mon Sep 17 00:00:00 2001 From: Lola Slade Date: Sun, 27 Apr 2014 16:59:17 -0700 Subject: [PATCH] Missing space for coding standards. --- CRM/Utils/System/Drupal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Drupal.php b/CRM/Utils/System/Drupal.php index 55a346ed32..3e508e9a41 100644 --- a/CRM/Utils/System/Drupal.php +++ b/CRM/Utils/System/Drupal.php @@ -865,7 +865,7 @@ AND u.status = 1 if ($addLanguagePart) { $cleanedUrl = preg_replace('#^https?://#', '', $language->domain); // drupal function base_path() adds a "/" to the beginning and end of the returned path - if(substr($cleanedUrl, -1) == '/') { + if (substr($cleanedUrl, -1) == '/') { $cleanedUrl = substr($cleanedUrl, 0, -1); } $url = (CRM_Utils_System::isSSL() ? 'https' : 'http') . '://' . $cleanedUrl . base_path(); -- 2.25.1