From: Brion Vibber Date: Thu, 11 Jan 2007 01:31:51 +0000 (+0000) Subject: new table to clone X-Git-Tag: 1.31.0-rc.0~54517 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=48bcc8694566c9a0de08f5f865c4c342a0bd17eb;p=lhc%2Fweb%2Fwiklou.git new table to clone --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index ec2388c11a..ca8d578b4c 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -412,7 +412,7 @@ class ParserTest { # List of temporary tables to create, without prefix # Some of these probably aren't necessary function listTables() { - $tables = array('user', 'page', 'revision', 'text', + $tables = array('user', 'page', 'page_restrictions', 'revision', 'text', 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'site_stats', 'hitcounter',