Add new define for localisation cache support
This commit is contained in:
parent
0aa59e3401
commit
3f35b48b6a
1 changed files with 1 additions and 0 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Reference in a new issue