X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebRequest.php;h=ed10615b0c1e9a5ab803e742dde7731efd727a60;hb=5a1f6dbe6343e76b510537976b17aa8288698aa5;hp=327dd54c0d5d8ca7c4a790d928d0c436ecf0b449;hpb=b8010e74a998aa38a3a84f2cf2ea6dcc0cee167b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 327dd54c0d..ed10615b0c 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -856,7 +856,7 @@ class WebRequest { * @return string */ public function getFullRequestURL() { - return wfGetServerUrl( PROTO_CURRENT ) . $this->getRequestURL(); + return wfGetServerUrl( PROTO_CURRENT ) . $this->getRequestURL(); } /**