fix for r36212: take care of the namespace too
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 13 Jun 2008 18:52:38 +0000 (18:52 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 13 Jun 2008 18:52:38 +0000 (18:52 +0000)
includes/OutputPage.php

index 0e501d0..8fe38f0 100644 (file)
@@ -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(