From c91511cef93e70ad608ce716e8ba283600bfc05a Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 9 Jul 2008 20:01:25 +0000 Subject: [PATCH] Add recentlinkchanges table. --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 2cb85d2cc5..c3f1b62fed 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -454,7 +454,7 @@ class ParserTest { 'protected_titles', 'revision', 'text', 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', - 'recentchanges', 'watchlist', 'math', 'interwiki', + 'recentchanges', 'recentlinkchanges', 'watchlist', 'math', 'interwiki', 'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo', 'archive', 'user_groups', 'page_props', 'category' ); -- 2.20.1