From: Brion Vibber Date: Sat, 28 Jan 2006 21:42:42 +0000 (+0000) Subject: fix for externallinks X-Git-Tag: 1.6.0~406 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=ade4ed96103228dcfacb16e3b660a7c427e8ff4a;p=lhc%2Fweb%2Fwiklou.git fix for externallinks --- 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',