diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-01 19:12:52 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-01 19:12:52 -0400 |
commit | c2bfd4b6e3ef8436c5963ace9435b4c0555f047f (patch) | |
tree | 2d0c8f68f18d5f87b3f5bf9980bfcfc3833c4c5e /includes/UserMailer.php | |
parent | 3d86add3dfa5e0b3ead9859593d4a52cf7555a34 (diff) | |
parent | 3d92394be2570f9f49c7904cacc2bc8d790e72f2 (diff) |
Merge branch 'archwiki'
Diffstat (limited to 'includes/UserMailer.php')
-rw-r--r-- | includes/UserMailer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 8ab10b2d..163f8361 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -747,6 +747,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; |