r49453 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49452‎ | r49453 | r49454 >
Date:01:26, 14 April 2009
Author:demon
Status:ok
Tags:
Comment:
Typofix. Base -> Basic
Modified paths:
  • /trunk/phase3/maintenance/rebuildrecentchanges.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildrecentchanges.inc
@@ -124,7 +124,7 @@
125125
126126 global $wgRCMaxAge, $wgLogTypes, $wgLogRestrictions;
127127 // Some logs don't go in RC. This should check for that
128 - $baseRCLogs = array_diff( $wgLogTypes, array_keys( $wgLogRestrictions ) );
 128+ $basicRCLogs = array_diff( $wgLogTypes, array_keys( $wgLogRestrictions ) );
129129
130130 // Escape...blah blah
131131 $selectLogs = array();

Status & tagging log