Add alias for Special:DisableAccount
authorAndrew Garrett <werdna@users.mediawiki.org>
Thu, 2 Dec 2010 06:54:40 +0000 (06:54 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Thu, 2 Dec 2010 06:54:40 +0000 (06:54 +0000)
languages/messages/MessagesEn.php

index aee6e9c..78c5933 100644 (file)
@@ -461,6 +461,7 @@ $specialPageAliases = array(
        'RevisionMove'              => array( 'RevisionMove' ),
        'ComparePages'              => array( 'ComparePages' ),
        'Badtitle'                  => array( 'Badtitle' ),
+       'DisableAccount'            => array( 'DisableAccount' ),
 );
 
 /**