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:
authorThomas Steur <thomas.steur@googlemail.com>2014-07-01 05:52:28 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-01 05:52:28 +0400
commit625d6e9a5dd5ed673e3ffc322549aa51acb495fd (patch)
treefcfe4dd36aa92a31afe664ca9aa0d7d4178e9c91 /core/Tracker/Visit.php
parentfd565cd7131c2733716402166c0d6a552474e5a8 (diff)
started to add possiblity to add conversion columns
Diffstat (limited to 'core/Tracker/Visit.php')
-rw-r--r--core/Tracker/Visit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index 806c694f1a..d2cd1e1c9f 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -115,7 +115,7 @@ class Visit implements VisitInterface
$someGoalsConverted = true;
// Mark the visit as Converted only if it is an order (not for a Cart update)
- if ($this->goalManager->isGoalAnOrder) {
+ if ($this->goalManager->isGoalAnOrder()) {
$visitIsConverted = true;
}
} // this request is from the JS call to piwikTracker.trackGoal()