Index: trunk/extensions/Renameuser/Renameuser_body.php |
— | — | @@ -379,7 +379,7 @@ |
380 | 380 | $this->tables = array(); // Immediate updates |
381 | 381 | $this->tables['image'] = array( 'img_user_text', 'img_user' ); |
382 | 382 | $this->tables['oldimage'] = array( 'oi_user_text', 'oi_user' ); |
383 | | - # FIXME: $this->tables['filearchive'] = array('fa_user_text','fa_user'); (not indexed yet) |
| 383 | + $this->tables['filearchive'] = array('fa_user_text','fa_user'); |
384 | 384 | $this->tablesJob = array(); // Slow updates |
385 | 385 | // If this user has a large number of edits, use the jobqueue |
386 | 386 | if ( User::edits( $this->uid ) > RENAMEUSER_CONTRIBJOB ) { |