fixed accidental usage of wfFullUrl()
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 7 Apr 2004 05:46:47 +0000 (05:46 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 7 Apr 2004 05:46:47 +0000 (05:46 +0000)
includes/EditPage.php

index f7149e6..607c735 100644 (file)
@@ -446,7 +446,7 @@ htmlspecialchars( $wgLang->recodeForEdit( $this->textbox1 ) ) .
                if ( !$skip ) {
                        $title = Title::makeTitle( NS_SPECIAL, "Blockme" );
                        $iphash = md5( $wgIP . $wgProxyKey );
-                       $url = wfFullUrl( $title->getPrefixedURL(), "ip=$iphash" );
+                       $url = $title->getFullURL( "ip=$iphash" );
 
                        foreach ( $wgProxyPorts as $port ) {
                                $params = implode( " ", array(