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:
Diffstat (limited to 'plugins/Resolution/Reports/Base.php')
-rw-r--r--plugins/Resolution/Reports/Base.php2
1 files changed, 0 insertions, 2 deletions
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';