Skip to content

Commit

Permalink
refs #4007 in branch 1.X, an alternative fix for this issue has been …
Browse files Browse the repository at this point in the history
…committed. revert this one in order avoid merge confusion.
  • Loading branch information
timo-bes committed Jun 17, 2013
1 parent a82321a commit 9f7b164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/VisitsSummary/Controller.php
Expand Up @@ -20,8 +20,6 @@ public function index()
$view = Piwik_View::factory('index');
$this->setPeriodVariablesView($view);
$view->graphEvolutionVisitsSummary = $this->getEvolutionGraph(true, array('nb_visits'));
// do not use columns paramter for sparklines
unset($_GET['columns']);
$this->setSparklinesAndNumbers($view);
echo $view->render();
}
Expand Down

0 comments on commit 9f7b164

Please sign in to comment.