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

Commit

Permalink
*6323* Notification unsubscribe link generates incorrect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelczak committed Aug 11, 2011
1 parent 8f1914a commit ee08056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/notification/Notification.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function sendMailingListEmail($email, $password, $template) {
$params = array(
'password' => $password,
'siteTitle' => $conference->getConferenceTitle(),
'unsubscribeLink' => Request::url(null, 'notification', 'unsubscribeMailList')
'unsubscribeLink' => Request::url(null, null, 'notification', 'unsubscribeMailList')
);

if ($template == 'NOTIFICATION_MAILLIST_WELCOME') {
Expand Down

0 comments on commit ee08056

Please sign in to comment.