From d9fd57f30793c7d4a7461d4a02a8a15430dd41c9 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 4 Jan 2006 00:33:22 +0000 Subject: [PATCH] include templatelinks table --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 06c3a4ad7a..086be2640a 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -325,7 +325,7 @@ class ParserTest { # Some of these probably aren't necessary function listTables() { return array('user', 'page', 'revision', 'text', - 'pagelinks', 'imagelinks', 'categorylinks', + 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', -- 2.20.1