global $wgServer;
authorRiver Tarnell <kateturner@users.mediawiki.org>
Mon, 4 Jul 2005 03:33:04 +0000 (03:33 +0000)
committerRiver Tarnell <kateturner@users.mediawiki.org>
Mon, 4 Jul 2005 03:33:04 +0000 (03:33 +0000)
includes/Title.php

index 14291ca..94f80c5 100644 (file)
@@ -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();