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>2008-12-26 16:50:57 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-12-26 16:50:57 +0300
commitd1b1af954a920bdc4a309f3c2a4e2338193374ff (patch)
tree65ebec570ef05ae3f3d84e14a3e4cd7ab6b128ea /plugins/VisitsSummary/Controller.php
parent6572f9800c30854a0bc073f0151202050c66b45f (diff)
- cacheFile is now creating the directory if not already created
- adding log_conversion table, and goal table in 0.2.27 - adding case sensitive/case insensitive matching - when goal plugin is disabled, conversions are not being recorded - adding release notes in the Goal tab to let users know that this is alpha release git-svn-id: http://dev.piwik.org/svn/trunk@844 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitsSummary/Controller.php')
-rw-r--r--plugins/VisitsSummary/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/VisitsSummary/Controller.php b/plugins/VisitsSummary/Controller.php
index 953c90a7d9..4b2cc72e56 100644
--- a/plugins/VisitsSummary/Controller.php
+++ b/plugins/VisitsSummary/Controller.php
@@ -29,7 +29,6 @@ class Piwik_VisitsSummary_Controller extends Piwik_Controller
$view->sumVisitLength = $dataTableVisit->getColumn('sum_visit_length');
$view->bounceCount = $dataTableVisit->getColumn('bounce_count');
$view->maxActions = $dataTableVisit->getColumn('max_actions');
- //TODO visits with conversion
}
function getSparklines()