From 317bf19b8bdd86903a86b456a45d5eea0680aac9 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 23 Jun 2003 07:53:08 +0000 Subject: [PATCH] fix typo --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" ) { -- 2.20.1