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:
authormattab <matthieu.aubry@gmail.com>2013-07-15 04:10:00 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-15 05:50:47 +0400
commitb36f5c6ebb452c3773192130b907287d263b4788 (patch)
treed2671993c77dffe8f3e6828085379b853ce98f2b /plugins/DBStats
parentab1eb4e03a9a8c5183e340ea2e33bdfe4d196f17 (diff)
Refactor template assignment of top menu + isFileWritable()
Diffstat (limited to 'plugins/DBStats')
-rw-r--r--plugins/DBStats/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/DBStats/Controller.php b/plugins/DBStats/Controller.php
index 2adc0cc416..a4e8d08bac 100644
--- a/plugins/DBStats/Controller.php
+++ b/plugins/DBStats/Controller.php
@@ -27,7 +27,6 @@ class Piwik_DBStats_Controller extends Piwik_Controller_Admin
Piwik::checkUserIsSuperUser();
$view = new Piwik_View('@DBStats/index');
$this->setBasicVariablesView($view);
- $view->menu = Piwik_GetAdminMenu();
$view->databaseUsageSummary = $this->getDatabaseUsageSummary(true);
$view->trackerDataSummary = $this->getTrackerDataSummary(true);