From 0bbbdc851366a1b5cd7179a7de313caa655a6fda Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Mon, 16 Mar 2015 05:03:39 +0000 Subject: Various performance improvements and bugfixes. Imporves performance for Archiving and Range dates. Makes all kind of reports faster as well. Fixed bugs in labelFilter, reports total calculation and more. --- plugins/Resolution/Reports/Base.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Resolution/Reports') diff --git a/plugins/Resolution/Reports/Base.php b/plugins/Resolution/Reports/Base.php index bd2c33ffda..259a164113 100644 --- a/plugins/Resolution/Reports/Base.php +++ b/plugins/Resolution/Reports/Base.php @@ -13,8 +13,6 @@ use Piwik\Plugins\CoreVisualizations\Visualizations\Graph; abstract class Base extends \Piwik\Plugin\Report { - protected $defaultSortColumn = 'nb_visits'; - protected function init() { $this->category = 'General_VisitorSettings'; -- cgit v1.2.3