From: Brion Vibber Date: Mon, 23 Jun 2003 07:53:08 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.1.0~486 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=317bf19b8bdd86903a86b456a45d5eea0680aac9;p=lhc%2Fweb%2Fwiklou.git fix typo --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 5dc0e23ace..124711b22f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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 = "" ) {