r34089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34088‎ | r34089 | r34090 >
Date:21:12, 1 May 2008
Author:aaron
Status:old
Tags:
Comment:
Fix evil index typo
Modified paths:
  • /trunk/phase3/includes/SpecialNewpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialNewpages.php
@@ -357,7 +357,7 @@
358358 $rcIndexes = array( 'rc_timestamp' );
359359 }
360360 if( $wgEnableNewpagesUserFilter ) {
361 - $rcIndex[] = 'rc_user_text';
 361+ $rcIndexes[] = 'rc_user_text';
362362 }
363363 $conds[] = 'page_id = rc_cur_id';
364364 $conds['page_is_redirect'] = 0;

Status & tagging log