From 9f8b6f81dd1680d2dd878074b7126feffdfaf184 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 15 Apr 2004 22:25:57 +0000 Subject: [PATCH] Fix search action for all servers in the world except gwicke's :) --- includes/SkinPHPTal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 6c93605ba8..b613f25742 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -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 ) ); -- 2.20.1