Fix for pagelinks
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 29 May 2005 10:41:52 +0000 (10:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 29 May 2005 10:41:52 +0000 (10:41 +0000)
maintenance/parserTests.php

index f17590f..1205090 100644 (file)
@@ -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',