From e95417f3e0fab427eaa37631280ddf992d79bfb8 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Mon, 4 Jul 2005 03:33:04 +0000 Subject: [PATCH] global $wgServer; --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1