From: Platonides Date: Fri, 30 Jul 2010 22:35:02 +0000 (+0000) Subject: Remove the require for UtfNormal.php X-Git-Tag: 1.31.0-rc.0~35821 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=268bf91615b3968188c6f7f0dac5c717e0955583;p=lhc%2Fweb%2Fwiklou.git Remove the require for UtfNormal.php From r60599, this calls $wgContLang->normalize(), not UtfNormal::cleanUp(), --- 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,