From a8c96a638e253793b3924ff46385da7bcb48326f Mon Sep 17 00:00:00 2001
From: sgiehl <stefan@piwik.org>
Date: Sun, 13 Jul 2014 16:54:23 +0200
Subject: [PATCH] refs #5819 - added gfsoso.com as google powered engine

---
 core/DataFiles/SearchEngines.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index 5d2b550aa3..f8f69c8540 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -453,7 +453,8 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
         'www.optuszoo.com.au'            => array('Google'),
         'search.dolphin-browser.jp'      => array('Google'),
         'search.smt.docomo.ne.jp'        => array('Google', 'MT'),
-        'image.search.smt.docomo.ne.jp'     => array('Google', 'MT'),
+        'image.search.smt.docomo.ne.jp'  => array('Google', 'MT'),
+        'gfsoso.com'                     => array('Google', 'q'),
 
 
         // Google Earth
-- 
GitLab