From: Platonides Date: Thu, 3 Nov 2011 22:58:16 +0000 (+0000) Subject: Follow-up r101808. Use canonical class name. X-Git-Tag: 1.31.0-rc.0~26718 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=2af42298c1b31039abac5633467c08fc609c723b;p=lhc%2Fweb%2Fwiklou.git Follow-up r101808. Use canonical class name. --- diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index b16b841a5c..cbdcd7aece 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -857,7 +857,7 @@ class PhpHttpRequest extends MWHttpRequest { # Check security of URL $url = $this->getResponseHeader( "Location" ); - if ( !HTTP::isValidURI( $url ) ) { + if ( !Http::isValidURI( $url ) ) { wfDebug( __METHOD__ . ": insecure redirection\n" ); break; }