From a445a9879933b42d3d825a5dd0975f46f6818d7c Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 19 Mar 2008 13:01:24 +0000 Subject: [PATCH] Add category table. --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 00b1fe11ec..2e616a0a6b 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -435,7 +435,7 @@ class ParserTest { 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', 'watchlist', 'math', 'interwiki', 'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo', - 'archive', 'user_groups', 'page_props' + 'archive', 'user_groups', 'page_props', 'category' ); if ($wgDBtype === 'mysql') -- 2.20.1