Skip to content

Commit

Permalink
Merge "EmailNotification: Link to editor's talk page, not user page"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jun 19, 2024
2 parents 4fd9bde + 4db7bf9 commit a8efaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/mail/EmailNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private function composeCommonMailtext( MessageCache $messageCache ) {
$keys['$PAGEEDITOR_EMAIL'] = $emailPage->getCanonicalURL();
}

$keys['$PAGEEDITOR_WIKI'] = $this->editor->getUserPage()->getCanonicalURL();
$keys['$PAGEEDITOR_WIKI'] = $this->editor->getTalkPage()->getCanonicalURL();
$keys['$HELPPAGE'] = wfExpandUrl(
Skin::makeInternalOrExternalUrl( wfMessage( 'helppage' )->inContentLanguage()->text() )
);
Expand Down

0 comments on commit a8efaa1

Please sign in to comment.