From 268bf91615b3968188c6f7f0dac5c717e0955583 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 30 Jul 2010 22:35:02 +0000 Subject: [PATCH] Remove the require for UtfNormal.php From r60599, this calls $wgContLang->normalize(), not UtfNormal::cleanUp(), --- includes/WebRequest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 68a5cacf6f..58247cdec2 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -22,14 +22,6 @@ # http://www.gnu.org/copyleft/gpl.html -/** - * Some entry points may use this file without first enabling the - * autoloader. - */ -if ( !function_exists( '__autoload' ) ) { - require_once( dirname(__FILE__) . '/normal/UtfNormal.php' ); -} - /** * The WebRequest class encapsulates getting at data passed in the * URL or via a POSTed form, handling remove of "magic quotes" slashes, -- 2.20.1