From: Chad Horohoe Date: Fri, 30 Oct 2009 01:51:21 +0000 (+0000) Subject: Add new define for localisation cache support X-Git-Tag: 1.31.0-rc.0~39030 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3f35b48b6a029d6684366da378e6d4ab1a1d66ac;p=lhc%2Fweb%2Fwiklou.git Add new define for localisation cache support --- diff --git a/includes/Defines.php b/includes/Defines.php index 046161e331..02ddc882b2 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -201,6 +201,7 @@ require_once dirname(__FILE__).'/normal/UtfNormalDefines.php'; # Hook support constants define( 'MW_SUPPORTS_EDITFILTERMERGED', 1 ); define( 'MW_SUPPORTS_PARSERFIRSTCALLINIT', 1 ); +define( 'MW_SUPPORTS_LOCALISATIONCACHE', 1 ); # Allowed values for Parser::$mOutputType # Parameter to Parser::startExternalParse().