Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-07-12 19:32:31 +0400
committersgiehl <stefan@piwik.org>2014-07-12 19:32:31 +0400
commit4670696925ad96584ea9475500a8ad17967daced (patch)
tree93912a548783e53586b4e12730461d98914f10cf /core/DataFiles
parent988b19202607317d7cd29f7b13e8345752c8e657 (diff)
refs #5819 - added vp as param for search.yahoo.co.jp
Diffstat (limited to 'core/DataFiles')
-rw-r--r--core/DataFiles/SearchEngines.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index 0315f2a1d8..b71d79cb55 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -968,7 +968,7 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
'www.x-recherche.com' => array('X-Recherche', 'MOTS', 'cgi-bin/websearch?MOTS={k}'),
// Yahoo! Japan
- 'search.yahoo.co.jp' => array('Yahoo! Japan', 'p', 'search?p={k}'),
+ 'search.yahoo.co.jp' => array('Yahoo! Japan', array('p', 'vp'), 'search?p={k}'),
'jp.hao123.com' => array('Yahoo! Japan', 'query'),
'video.search.yahoo.co.jp' => array('Yahoo! Japan Videos', 'p', 'search?p={k}'),
'image.search.yahoo.co.jp' => array('Yahoo! Japan Images', 'p', 'search?p={k}'),