From ade4ed96103228dcfacb16e3b660a7c427e8ff4a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 28 Jan 2006 21:42:42 +0000 Subject: [PATCH] fix for externallinks --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 87a0a370fe..09295a9add 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -331,7 +331,7 @@ class ParserTest { # Some of these probably aren't necessary function listTables() { $tables = array('user', 'page', 'revision', 'text', - 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', + 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'externallinks', 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', -- 2.20.1