From 27caa9b681c2d5f38909f385f2ff63f3fa4528dc Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 11 Oct 2012 17:43:39 +0200 Subject: [PATCH] introducing MW_SUPPORTS_CONTENTHANDLER for fun and profit Change-Id: I22d8a43e538e5219174b58b69787757f76141698 --- includes/Defines.php | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1