summaryrefslogtreecommitdiff
path: root/includes/UserMailer.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2014-05-30 06:21:55 +0200
committerPierre Schmitz <pierre@archlinux.de>2014-05-30 06:21:55 +0200
commit3d92394be2570f9f49c7904cacc2bc8d790e72f2 (patch)
treea4d4d6c1db453dd39f2c875797734f13dec6d5a1 /includes/UserMailer.php
parent2e44b49a2db3026050b136de9b00f749dd3ff939 (diff)
Update to MediaWiki 1.22.7
Diffstat (limited to 'includes/UserMailer.php')
-rw-r--r--includes/UserMailer.php1
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;