Fix search action for all servers in the world except gwicke's :)
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 15 Apr 2004 22:28:28 +0000 (22:28 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 15 Apr 2004 22:28:28 +0000 (22:28 +0000)
includes/SkinPHPTal.php

index b613f25..de2c51a 100644 (file)
@@ -62,7 +62,7 @@
 
                function outputPage( &$out ) {
                        global $wgTitle, $wgArticle, $wgUser, $wgLang, $wgOut;
-                       global $wgScriptPath, $wgStyleSheetPath, $wgLanguageCode, $wgUseNewInterlanguage;
+                       global $wgScript, $wgStyleSheetPath, $wgLanguageCode, $wgUseNewInterlanguage;
                        global $wgMimeType, $wgOutputEncoding, $wgUseDatabaseMessages, $wgRequest;
                        global $wgDisableCounters;