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:
authormattpiwik <matthieu.aubry@gmail.com>2012-09-26 12:40:42 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-09-26 12:40:42 +0400
commitc1bd36b2aa1b80e6af95e4e39dbb1d0ceccd59b2 (patch)
tree3e3733030aa52f08123a97c9f307d60995732af0 /plugins/Transitions
parent443934a802cc5dc94b278430b29b2e73dac67a5a (diff)
Refs #3330 Refactoring of the Actions.php and moving code to: Archiving and ArchivingHelper
git-svn-id: http://dev.piwik.org/svn/trunk@7065 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/API.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Transitions/API.php b/plugins/Transitions/API.php
index 507f259d5c..8db9d3bccb 100644
--- a/plugins/Transitions/API.php
+++ b/plugins/Transitions/API.php
@@ -79,7 +79,8 @@ class Piwik_Transitions_API
*/
private function addMainPageMetricsToReport(&$report, $pageUrl, $idSite, $period, $date, $segment)
{
- $label = Piwik_Actions::getActionExplodedNames($pageUrl, Piwik_Tracker_Action::TYPE_ACTION_URL);
+ Piwik_Actions_ArchivingHelper::reloadConfig();
+ $label = Piwik_Actions_ArchivingHelper::getActionExplodedNames($pageUrl, Piwik_Tracker_Action::TYPE_ACTION_URL);
if (count($label) == 1)
{
$label = $label[0];