Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*6262* Notification mailing list email contains incorrect confirmatio…
Browse files Browse the repository at this point in the history
…n URL
  • Loading branch information
mfelczak committed Aug 11, 2011
1 parent ee08056 commit 0aec616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/notification/Notification.inc.php
Expand Up @@ -91,7 +91,7 @@ function sendMailingListEmail($email, $password, $template) {

if ($template == 'NOTIFICATION_MAILLIST_WELCOME') {
$keyHash = md5($password);
$confirmLink = Request::url(null, 'notification', 'confirmMailListSubscription', array($keyHash, $email));
$confirmLink = Request::url(null, null, 'notification', 'confirmMailListSubscription', array($keyHash, $email));
$params["confirmLink"] = $confirmLink;
}

Expand Down

0 comments on commit 0aec616

Please sign in to comment.