r52086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52085‎ | r52086 | r52087 >
Date:04:58, 18 June 2009
Author:tstarling
Status:ok
Tags:
Comment:
Fix typo in filename
Modified paths:
  • /trunk/phase3/maintenance/updaters.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updaters.inc
@@ -1007,7 +1007,7 @@
10081008 $info = $wgDatabase->indexInfo( 'filearchive', 'fa_user_timestamp', __METHOD__ );
10091009 if ( !$info )
10101010 {
1011 - dbsource( archive( 'patch-filearhive-user-index.sql' ) );
 1011+ dbsource( archive( 'patch-filearchive-user-index.sql' ) );
10121012 wfOut( "...filearchive indices updated\n" );
10131013 }
10141014 }

Status & tagging log