Minor change
authorMonish Deb <monish.deb@webaccessglobal.com>
Thu, 8 Dec 2016 06:52:15 +0000 (12:22 +0530)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2016 06:52:15 +0000 (12:22 +0530)
CRM/Utils/System/Drupal.php

index b315c8868fabe2ec7271d0a2ac56b06e2577953c..646b9250f45644feeb71f9ba32b7d7112c7a0456 100644 (file)
@@ -163,8 +163,7 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase {
    */
   public function getLoginURL($destination = '') {
     $query = $destination ? array('destination' => $destination) : NULL;
-    $loginURL = CRM_Utils_System::url('user', $query, TRUE);
-    return $loginURL;
+    return CRM_Utils_System::url('user', $query, TRUE);
   }
 
   /**