From: River Tarnell Date: Mon, 4 Jul 2005 03:33:04 +0000 (+0000) Subject: global $wgServer; X-Git-Tag: 1.5.0beta2~26 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=e95417f3e0fab427eaa37631280ddf992d79bfb8;p=lhc%2Fweb%2Fwiklou.git global $wgServer; --- diff --git a/includes/Title.php b/includes/Title.php index 14291caad0..94f80c5c69 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -729,7 +729,7 @@ class Title { * @access public */ function getLocalURL( $query = '' ) { - global $wgLang, $wgArticlePath, $wgScript, $wgMakeDumpLinks, $action; + global $wgLang, $wgArticlePath, $wgScript, $wgMakeDumpLinks, $wgServer, $action; if ( $this->isExternal() ) { return $this->getFullURL();