fix typo
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 23 Jun 2003 07:53:08 +0000 (07:53 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 23 Jun 2003 07:53:08 +0000 (07:53 +0000)
includes/GlobalFunctions.php

index 5dc0e23..124711b 100644 (file)
@@ -66,7 +66,7 @@ function wfLocalUrlE( $a, $q = "" )
 
 function wfFullUrl( $a, $q = "" ) {
        global $wgServer;
-       return $wgServer . "/" . wfLocalUrl( $a, $q );
+       return $wgServer . wfLocalUrl( $a, $q );
 }
 
 function wfFullUrlE( $a, $q = "" ) {