Skip to content

Commit

Permalink
Refs matomo-org#4077, try and diagnose failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaka Moorthi committed Sep 16, 2013
1 parent 57c5024 commit b2c7cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/TreemapVisualization/Treemap.php
Expand Up @@ -92,7 +92,7 @@ private function handleDynamicTruncation($view, $metric)
if ($dataTable->getMetadata('period')->getRangeString() != $currentPeriod->getRangeString()) {
return;
}

echo "<pre>".print_r($dataTable, true)."</pre>";
$truncateAfter = $self->getDynamicMaxElementCount($dataTable, $metric);
if ($truncateAfter > 0) {
$dataTable->filter('Truncate', array($truncateAfter));
Expand Down

0 comments on commit b2c7cd1

Please sign in to comment.