X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FUserMailer.php;h=1ec279290061f2857e8ffca21f52ee4ca04cd0b1;hb=9b840c281cfae3c060941e45933e7798647064be;hp=025d704c2d7b3c616ef19603e438b852225508e5;hpb=94c8c3bdd94bdc32e1dce900cbf45ce2f634dfc0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 025d704c2d..1ec2792900 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -767,6 +767,7 @@ class EmailNotification { } $keys['$PAGEEDITOR_WIKI'] = $this->editor->getUserPage()->getCanonicalURL(); + $keys['$HELPPAGE'] = wfExpandUrl( Skin::makeInternalOrExternalUrl( wfMessage( 'helppage' )->inContentLanguage()->text() ) ); # Replace this after transforming the message, bug 35019 $postTransformKeys['$PAGESUMMARY'] = $this->summary == '' ? ' - ' : $this->summary;