Correct case for the "MediaWiki:Revdelete-reason-dropdown" link in Special:RevisionDe...
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 5 Jun 2012 19:55:53 +0000 (21:55 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 5 Jun 2012 19:55:53 +0000 (21:55 +0200)
Change-Id: I4e25044a0db9a0f34cae5b64efaecaf2c1d6bad7

includes/specials/SpecialRevisiondelete.php

index d089c73..83c7235 100644 (file)
@@ -420,7 +420,7 @@ class SpecialRevisionDelete extends UnlistedSpecialPage {
                        $out .= Xml::closeElement( 'form' ) . "\n";
                        // Show link to edit the dropdown reasons
                        if( $this->getUser()->isAllowed( 'editinterface' ) ) {
-                               $title = Title::makeTitle( NS_MEDIAWIKI, 'revdelete-reason-dropdown' );
+                               $title = Title::makeTitle( NS_MEDIAWIKI, 'Revdelete-reason-dropdown' );
                                $link = Linker::link(
                                        $title,
                                        $this->msg( 'revdelete-edit-reasonlist' )->escaped(),