r69304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69303‎ | r69304 | r69305 >
Date:01:20, 13 July 2010
Author:aaron
Status:deferred
Tags:
Comment:
Set grouptext default of $wgAccountRequestTypes to null rather than just not having an element there
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php
@@ -72,7 +72,7 @@
7373 # (a) is placed in the <user group> group (if not User or *)
7474 # (b) If $wgMakeUserPageFromBio, <autotext> is appended his/her user page
7575 $wgAccountRequestTypes = array(
76 - 0 => array( 'authors', 'user' )
 76+ 0 => array( 'authors', 'user', null )
7777 );
7878
7979 # If set, will add {{DEFAULTSORT:sortkey}} to userpages for auto-categories.

Status & tagging log