Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 11, 2014
2 parents 4b4bd25 + 87920cd commit 794c67f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion core/Tracker/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ private function visitFieldsToQuery($valuesToUpdate)

private function getDb()
{
return Tracker::getDatabase();
return \Piwik\Db::get();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@



<searches>0</searches>
<actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
Expand All @@ -36,8 +38,13 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>0</visitDuration>
<visitDurationPretty>0s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
<customVariables>
</customVariables>
<deviceType>Inconnu</deviceType>
<events>0</events>
<provider>Inconnu</provider>
<providerName>Inconnu</providerName>
<providerUrl />
<referrerType>search</referrerType>
<referrerTypeName>Moteurs de recherche</referrerTypeName>
<referrerName>Google</referrerName>
Expand All @@ -46,6 +53,17 @@
<referrerUrl>http://www.google.com.vn/search?q=%3C%3E%26%5C%22the+pdo+extension+is+required+for+this+adapter+but+the+extension+is+not+loaded</referrerUrl>
<referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
<referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
<countryCode>fr</countryCode>
<countryFlag>plugins/UserCountry/images/flags/fr.png</countryFlag>
<region />
<regionCode />
<city />
<location>France</location>
<latitude />
<longitude />
<operatingSystem>Bot</operatingSystem>
<operatingSystemCode>BOT</operatingSystemCode>
<operatingSystemShortName>BOT</operatingSystemShortName>
Expand All @@ -70,27 +88,9 @@
<pluginName>java</pluginName>
</row>
</pluginsIcons>
<deviceType>Inconnu</deviceType>
<events>0</events>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
<countryCode>fr</countryCode>
<countryFlag>plugins/UserCountry/images/flags/fr.png</countryFlag>
<region />
<regionCode />
<city />
<location>France</location>
<latitude />
<longitude />
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
<customVariables>
</customVariables>
<provider>Inconnu</provider>
<providerName>Inconnu</providerName>
<providerUrl />



Expand Down Expand Up @@ -130,6 +130,8 @@



<searches>0</searches>
<actions>1</actions>
<userId />
<visitorType>new</visitorType>
<visitorTypeIcon />
Expand All @@ -143,8 +145,13 @@
<daysSinceLastEcommerceOrder>0</daysSinceLastEcommerceOrder>
<visitDuration>1084</visitDuration>
<visitDurationPretty>18 min 4s</visitDurationPretty>
<searches>0</searches>
<actions>1</actions>
<customVariables>
</customVariables>
<deviceType>Inconnu</deviceType>
<events>0</events>
<provider>Inconnu</provider>
<providerName>Inconnu</providerName>
<providerUrl />
<referrerType>search</referrerType>
<referrerTypeName>Moteurs de recherche</referrerTypeName>
<referrerName>Google</referrerName>
Expand All @@ -153,6 +160,17 @@
<referrerUrl>http://piwik.org/faq/general/#faq_144</referrerUrl>
<referrerSearchEngineUrl>http://google.com</referrerSearchEngineUrl>
<referrerSearchEngineIcon>plugins/Referrers/images/searchEngines/google.com.png</referrerSearchEngineIcon>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
<countryCode>fr</countryCode>
<countryFlag>plugins/UserCountry/images/flags/fr.png</countryFlag>
<region />
<regionCode />
<city />
<location>France</location>
<latitude />
<longitude />
<operatingSystem>Bot</operatingSystem>
<operatingSystemCode>BOT</operatingSystemCode>
<operatingSystemShortName>BOT</operatingSystemShortName>
Expand All @@ -177,27 +195,9 @@
<pluginName>java</pluginName>
</row>
</pluginsIcons>
<deviceType>Inconnu</deviceType>
<events>0</events>
<continent>Europe</continent>
<continentCode>eur</continentCode>
<country>France</country>
<countryCode>fr</countryCode>
<countryFlag>plugins/UserCountry/images/flags/fr.png</countryFlag>
<region />
<regionCode />
<city />
<location>France</location>
<latitude />
<longitude />
<visitLocalTime>12:34:06</visitLocalTime>
<visitLocalHour>12</visitLocalHour>
<daysSinceLastVisit>0</daysSinceLastVisit>
<customVariables>
</customVariables>
<provider>Inconnu</provider>
<providerName>Inconnu</providerName>
<providerUrl />



Expand Down

0 comments on commit 794c67f

Please sign in to comment.