Index: trunk/phase3/maintenance/updaters.inc |
— | — | @@ -1007,7 +1007,7 @@ |
1008 | 1008 | $info = $wgDatabase->indexInfo( 'filearchive', 'fa_user_timestamp', __METHOD__ ); |
1009 | 1009 | if ( !$info ) |
1010 | 1010 | { |
1011 | | - dbsource( archive( 'patch-filearhive-user-index.sql' ) ); |
| 1011 | + dbsource( archive( 'patch-filearchive-user-index.sql' ) ); |
1012 | 1012 | wfOut( "...filearchive indices updated\n" ); |
1013 | 1013 | } |
1014 | 1014 | } |