From e0e68bf46a8f528437fa7ca50429cc244bd90696 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 9 Oct 2018 16:55:55 +0100 Subject: [PATCH] Update Drupal.php If my username is going to be used for a grammatical edit, then we should get it right! --- CRM/Utils/System/Drupal.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Utils/System/Drupal.php b/CRM/Utils/System/Drupal.php index 370714df86..cda24fbefe 100644 --- a/CRM/Utils/System/Drupal.php +++ b/CRM/Utils/System/Drupal.php @@ -265,7 +265,6 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase { return TRUE; } - /** * @inheritDoc */ @@ -608,7 +607,7 @@ AND u.status = 1 //need to get back for windows. $firstVar = array_shift($pathVars); - //lets remove script name to reduce one iteration. + // Remove the script name to remove an necessary iteration of the loop. array_pop($pathVars); // CRM-7429 -- do check for uppermost 'includes' dir, which would -- 2.25.1