r92078 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92077‎ | r92078 | r92079 >
Date:18:38, 13 July 2011
Author:brion
Status:ok (Comments)
Tags:
Comment:
* (bug 29808) Special:PasswordRest now sorts into the 'users' section on Special:Specialpages

One-line patch by Rusty Burchfield - https://bugzilla.wikimedia.org/attachment.cgi?id=8771
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -5008,6 +5008,7 @@
50095009 'Preferences' => 'users',
50105010 'ChangePassword' => 'users',
50115011 'DeletedContributions' => 'users',
 5012+ 'PasswordReset' => 'users',
50125013
50135014 'Mostlinked' => 'highuse',
50145015 'Mostlinkedcategories' => 'highuse',

Comments

#Comment by Brion VIBBER (talk | contribs)   18:40, 13 July 2011

Trivial fix needs merge to 1.18 branch.

Status & tagging log