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:
Diffstat (limited to 'core/Tracker/Visit.php')
-rw-r--r--core/Tracker/Visit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index be9ce912d7..7772d3be99 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -128,14 +128,14 @@ class Visit implements VisitInterface
}
} // normal page view, potentially triggering a URL matching goal
else {
- $action = Action::make($this->request);
+ $action = Action::factory($this->request);
$action->writeDebugInfo();
$someGoalsConverted = $this->goalManager->detectGoalsMatchingUrl($this->request->getIdSite(), $action);
$visitIsConverted = $someGoalsConverted;
- $action->loadIdActionNameAndUrl();
+ $action->loadIdsFromLogActionTable();
}
// the visitor and session