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