From 3f35b48b6a029d6684366da378e6d4ab1a1d66ac Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 30 Oct 2009 01:51:21 +0000 Subject: [PATCH] Add new define for localisation cache support --- includes/Defines.php | 1 + 1 file changed, 1 insertion(+) 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(). -- 2.20.1