diff --git a/includes/Defines.php b/includes/Defines.php index 046161e3319..02ddc882b21 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().