projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be028c5
)
Minor change
author
Monish Deb
<monish.deb@webaccessglobal.com>
Thu, 8 Dec 2016 06:52:15 +0000
(12:22 +0530)
committer
GitHub
<noreply@github.com>
Thu, 8 Dec 2016 06:52:15 +0000
(12:22 +0530)
CRM/Utils/System/Drupal.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System/Drupal.php
b/CRM/Utils/System/Drupal.php
index b315c8868fabe2ec7271d0a2ac56b06e2577953c..646b9250f45644feeb71f9ba32b7d7112c7a0456 100644
(file)
--- a/
CRM/Utils/System/Drupal.php
+++ b/
CRM/Utils/System/Drupal.php
@@
-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);
}
/**