Add new define for localisation cache support
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 30 Oct 2009 01:51:21 +0000 (01:51 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 30 Oct 2009 01:51:21 +0000 (01:51 +0000)
includes/Defines.php

index 046161e..02ddc88 100644 (file)
@@ -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().