Skip to content
Extraits de code Groupes Projets
Valider 0584d83e rédigé par robocoder's avatar robocoder
Parcourir les fichiers

fixes #3550 referrerCampaignName typo; thanks Christian

git-svn-id: http://dev.piwik.org/svn/trunk@7485 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent fa4ba618
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -297,7 +297,7 @@ class Piwik_Tracker_GoalManager ...@@ -297,7 +297,7 @@ class Piwik_Tracker_GoalManager
// 0) In some (unknown!?) cases the campaign is not found in the attribution cookie, but the URL ref was found. // 0) In some (unknown!?) cases the campaign is not found in the attribution cookie, but the URL ref was found.
// In this case we look up if the current visit is credited to a campaign and will credit this campaign rather than the URL ref (since campaigns have higher priority) // In this case we look up if the current visit is credited to a campaign and will credit this campaign rather than the URL ref (since campaigns have higher priority)
if(empty($refererCampaignName) if(empty($referrerCampaignName)
&& $type == Piwik_Common::REFERER_TYPE_CAMPAIGN && $type == Piwik_Common::REFERER_TYPE_CAMPAIGN
&& !empty($name) && !empty($name)
) )
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter