From: daniel Date: Thu, 11 Oct 2012 15:43:39 +0000 (+0200) Subject: introducing MW_SUPPORTS_CONTENTHANDLER for fun and profit X-Git-Tag: 1.31.0-rc.0~22063^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=27caa9b681c2d5f38909f385f2ff63f3fa4528dc;p=lhc%2Fweb%2Fwiklou.git introducing MW_SUPPORTS_CONTENTHANDLER for fun and profit Change-Id: I22d8a43e538e5219174b58b69787757f76141698 --- diff --git a/includes/Defines.php b/includes/Defines.php index 1bcb058314..2ddd05352c 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -213,6 +213,7 @@ require_once __DIR__.'/normal/UtfNormalDefines.php'; define( 'MW_SUPPORTS_EDITFILTERMERGED', 1 ); define( 'MW_SUPPORTS_PARSERFIRSTCALLINIT', 1 ); define( 'MW_SUPPORTS_LOCALISATIONCACHE', 1 ); +define( 'MW_SUPPORTS_CONTENTHANDLER', 1 ); /**@}*/ /** Support for $wgResourceModules */