From e3588da45875401b9046fd855b81428e378e2787 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 23 Dec 2008 22:04:25 +0000 Subject: [PATCH] Revert r44978 -- breaks back-compat --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 53992903ee..2b23802bba 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -9,7 +9,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { */ require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php'; -#require_once dirname(__FILE__) . '/XmlFunctions.php'; +require_once dirname(__FILE__) . '/XmlFunctions.php'; // Hide compatibility functions from Doxygen /// @cond -- 2.20.1