From: Brion Vibber Date: Thu, 15 Apr 2004 22:25:57 +0000 (+0000) Subject: Fix search action for all servers in the world except gwicke's :) X-Git-Tag: 1.3.0beta1~414 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=9f8b6f81dd1680d2dd878074b7126feffdfaf184;p=lhc%2Fweb%2Fwiklou.git Fix search action for all servers in the world except gwicke's :) --- 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 ) );