Remove the require for UtfNormal.php
authorPlatonides <platonides@users.mediawiki.org>
Fri, 30 Jul 2010 22:35:02 +0000 (22:35 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 30 Jul 2010 22:35:02 +0000 (22:35 +0000)
From r60599, this calls $wgContLang->normalize(), not UtfNormal::cleanUp(),

includes/WebRequest.php

index 68a5cac..58247cd 100644 (file)
 # 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,