From: Brion Vibber Date: Sun, 29 May 2005 10:41:52 +0000 (+0000) Subject: Fix for pagelinks X-Git-Tag: 1.5.0alpha2~38 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=b199bb69aa6f42a09c3950e103674fa1200e137a;p=lhc%2Fweb%2Fwiklou.git Fix for pagelinks --- 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',