r56299 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56298‎ | r56299 | r56300 >
Date:13:05, 14 September 2009
Author:aaron
Status:deferred
Tags:
Comment:
fix r56277: Marked one function public as needed
Modified paths:
  • /trunk/extensions/ConfirmAccount/RequestAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/RequestAccount_body.php
@@ -421,8 +421,9 @@
422422
423423 /**
424424 * Expand areas of interest to array
 425+ * Used by ConfirmAccountsPage
425426 */
426 - protected static function expandAreas( $areas ) {
 427+ public static function expandAreas( $areas ) {
427428 $list = explode( "\n", $areas );
428429 foreach ( $list as $n => $item ) {
429430 $list[$n] = trim( "wpArea-" . str_replace( ' ', '_', $item ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56277* UpploadForm -> UploadBase...aaron19:11, 13 September 2009

Status & tagging log