From: Fomafix Date: Fri, 30 Jan 2015 14:59:56 +0000 (+0000) Subject: Add missing in Article::getRedirectHeaderHtml X-Git-Tag: 1.31.0-rc.0~12549 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=94d5c37939c1df405a78ebb7aaa3ab24de6eab4c;p=lhc%2Fweb%2Fwiklou.git Add missing in Article::getRedirectHeaderHtml Change-Id: I673213fc424c859ce81b1cf1a85e6ed9e508d0b6 --- diff --git a/includes/page/Article.php b/includes/page/Article.php index 6516ae81d2..f04201c294 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -1494,6 +1494,7 @@ class Article implements Page { ( $forceKnown ? array( 'known', 'noclasses' ) : array() ) ) . ''; } + $html .= ''; $redirectToText = wfMessage( 'redirectto' )->inLanguage( $lang )->text();