Fix custom local MediaWiki:Helppage values

Followup to 3a6ea89d4a

Change-Id: I7effec352d263f536d1d1763e9cd56d2f5154f13
This commit is contained in:
Matthew Flaschen 2014-03-25 23:15:59 -04:00
parent 0238d4c01b
commit dbede6aad3

View file

@ -2082,9 +2082,9 @@ class EditPage {
}
# Try to add a custom edit intro, or use the standard one if this is not possible.
if ( !$this->showCustomIntro() && !$this->mTitle->exists() ) {
$helpLink = Skin::makeInternalOrExternalUrl(
$helpLink = wfExpandUrl( Skin::makeInternalOrExternalUrl(
wfMessage( 'helppage' )->inContentLanguage()->text()
);
) );
if ( $wgUser->isLoggedIn() ) {
$wgOut->wrapWikiMsg(
// Suppress the external link icon, consider the help url an internal one