Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -335,7 +335,8 @@ |
336 | 336 | # Some of these probably aren't necessary |
337 | 337 | function listTables() { |
338 | 338 | $tables = array('user', 'page', 'revision', 'text', |
339 | | - 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'externallinks', |
| 339 | + 'pagelinks', 'imagelinks', 'categorylinks', |
| 340 | + 'templatelinks', 'externallinks', 'langlinks', |
340 | 341 | 'site_stats', 'hitcounter', |
341 | 342 | 'ipblocks', 'image', 'oldimage', |
342 | 343 | 'recentchanges', |