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/Dashboard/Controller.php')
-rw-r--r--plugins/Dashboard/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php
index 84882f4d35..52c239194d 100644
--- a/plugins/Dashboard/Controller.php
+++ b/plugins/Dashboard/Controller.php
@@ -23,7 +23,6 @@ class Piwik_Dashboard_Controller extends Piwik_Controller
function __construct()
{
parent::__construct();
- $this->currentControllerName = 'Dashboard';
//FIXME: copy paste of Home controller => should be refactored
//in a 'master' controller for statistics (tracs #91)