Skip to content
Extraits de code Groupes Projets
Valider 508ac4ba rédigé par mattab's avatar mattab
Parcourir les fichiers

Minor

parent 2bda5943
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -368,9 +368,9 @@ class PiwikTracker ...@@ -368,9 +368,9 @@ class PiwikTracker
*/ */
public function clearCustomVariables() public function clearCustomVariables()
{ {
$this->visitorCustomVar = false; $this->visitorCustomVar = array();
$this->pageCustomVar = false; $this->pageCustomVar = array();
$this->eventCustomVar = false; $this->eventCustomVar = array();
} }
...@@ -1357,8 +1357,8 @@ class PiwikTracker ...@@ -1357,8 +1357,8 @@ class PiwikTracker
// Reset page level custom variables after this page view // Reset page level custom variables after this page view
$this->pageCustomVar = false; $this->pageCustomVar = array();
$this->eventCustomVar = false; $this->eventCustomVar = array();
// force new visit only once, user must call again setForceNewVisit() // force new visit only once, user must call again setForceNewVisit()
$this->forcedNewVisit = false; $this->forcedNewVisit = false;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter