From: Lars Gleim Date: Sat, 20 Feb 2016 08:32:51 +0000 (+0100) Subject: Remove white space at end of the line X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4f4a85f8864aa6e4df77fe0b926ceb6666b23f97;p=civicrm-core.git Remove white space at end of the line --- diff --git a/CRM/Utils/System/Drupal6.php b/CRM/Utils/System/Drupal6.php index 4122b4a40e..f94b8bea04 100644 --- a/CRM/Utils/System/Drupal6.php +++ b/CRM/Utils/System/Drupal6.php @@ -286,7 +286,7 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase { global $base_url; $base_url = str_replace('http://', 'https://', $base_url); } - + protected function getUsersTableName() { $userFrameworkUsersTableName = Civi::settings()->get('userFrameworkUsersTableName'); if (empty($userFrameworkUsersTableName)) {