Index: trunk/phase3/maintenance/removeUnusedAccounts.php |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | private function isInactiveAccount( $id, $master = false ) { |
94 | 94 | $dbo = wfGetDB( $master ? DB_MASTER : DB_SLAVE ); |
95 | 95 | $checks = array( 'revision' => 'rev', 'archive' => 'ar', 'logging' => 'log', |
96 | | - 'image' => 'img', 'oldimage' => 'oi' ); |
| 96 | + 'image' => 'img', 'oldimage' => 'oi', 'filearchive' => 'fa' ); |
97 | 97 | $count = 0; |
98 | 98 | |
99 | 99 | $dbo->begin(); |