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

index 6c93605..b613f25 100644 (file)
@@ -98,7 +98,7 @@
                        $tpl->set( "helppage", wfMsg('helppage'));
                        $tpl->set( "sysop", $wgUser->isSysop() );
                        */
-                       $tpl->setRef( "searchaction", &$wgScriptPath );
+                       $tpl->setRef( "searchaction", &$wgScript );
                        $tpl->setRef( "stylepath", &$wgStyleSheetPath );
                        $tpl->setRef( "lang", &$wgLanguageCode );
                        $tpl->set( "langname", $wgLang->getLanguageName( $wgLanguageCode ) );