Skip to content

Commit

Permalink
Merge pull request #14985 from herbdool/issue-1170
Browse files Browse the repository at this point in the history
Issue 1170
  • Loading branch information
eileenmcnaughton authored Aug 8, 2019
2 parents 65cdcd6 + 8f76d5a commit d500f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/System/Backdrop.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static function checkUserNameEmailExists(&$params, &$errors, $emailName =
*/
public function getLoginURL($destination = '') {
$query = $destination ? ['destination' => $destination] : [];
return url('user', ['query' => $query, 'absolute' => TRUE]);
return url('user/login', ['query' => $query, 'absolute' => TRUE]);
}

/**
Expand Down

0 comments on commit d500f44

Please sign in to comment.