Deprecate $wgShowSQLErrors and $wgShowDBErrorBacktrace and make nonfunctional
[lhc/web/wiklou.git] / includes / WebRequest.php
index f3edebc..e31d3f9 100644 (file)
@@ -856,7 +856,7 @@ class WebRequest {
         * @return string
         */
        public function getFullRequestURL() {
-               return wfExpandUrl( $this->getRequestURL(), PROTO_CURRENT );
+               return wfGetServerUrl( PROTO_CURRENT ) .  $this->getRequestURL();
        }
 
        /**