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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-23 07:04:01 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-23 07:04:01 +0400
commit1fc0df1ce66b2e3eec84521be78fdcd3d0bea2e4 (patch)
tree87d03b7749929768b6edf4eab4f345f9d2f8a6f3 /plugins/Goals
parent5be2267261b6d3a5cd3ffbd4d9a39ad7327c74ce (diff)
Thanks Anthon for catching this
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Goals/Controller.php b/plugins/Goals/Controller.php
index 4ae500eb5a..04c54565ab 100644
--- a/plugins/Goals/Controller.php
+++ b/plugins/Goals/Controller.php
@@ -224,7 +224,6 @@ class Piwik_Goals_Controller extends Piwik_Controller
&filter_sort_column=$columnNbConversions
&filter_limit=3");
$datatable = $request->process();
- echo $datatable;
$topSegment = array();
foreach($datatable->getRows() as $row)
{