From b199bb69aa6f42a09c3950e103674fa1200e137a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 29 May 2005 10:41:52 +0000 Subject: [PATCH] Fix for pagelinks --- maintenance/parserTests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index f17590fea1..1205090271 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -319,8 +319,8 @@ class ParserTest { # List of temporary tables to create, without prefix # Some of these probably aren't necessary function listTables() { - return array('user', 'page', 'revision', 'text', 'links', - 'brokenlinks', 'imagelinks', 'categorylinks', + return array('user', 'page', 'revision', 'text', + 'pagelinks', 'imagelinks', 'categorylinks', 'linkscc', 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', -- 2.20.1