From: Greg Sabino Mullane Date: Wed, 19 Mar 2008 13:01:24 +0000 (+0000) Subject: Add category table. X-Git-Tag: 1.31.0-rc.0~48984 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=a445a9879933b42d3d825a5dd0975f46f6818d7c;p=lhc%2Fweb%2Fwiklou.git Add category table. --- 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')