From: Alexandre Emsenhuber Date: Fri, 13 Jun 2008 18:52:38 +0000 (+0000) Subject: fix for r36212: take care of the namespace too X-Git-Tag: 1.31.0-rc.0~47016 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=24c5cda521f6dba7bd74edb24e494e704b467af4;p=lhc%2Fweb%2Fwiklou.git fix for r36212: take care of the namespace too --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 0e501d00d6..8fe38f0c84 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1438,7 +1438,7 @@ class OutputPage { # menu in your browser. $rctitle = SpecialPage::getTitleFor( 'Recentchanges' ); - if ( $wgTitle->getText() != $rctitle->getText() ) { + if ( $wgTitle->getPrefixedText() != $rctitle->getPrefixedText() ) { global $wgSitename; $ret .= $this->feedLink(