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/MobileMessaging
parentab1eb4e03a9a8c5183e340ea2e33bdfe4d196f17 (diff)
Refactor template assignment of top menu + isFileWritable()
Diffstat (limited to 'plugins/MobileMessaging')
-rw-r--r--plugins/MobileMessaging/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MobileMessaging/Controller.php b/plugins/MobileMessaging/Controller.php
index 01c3d731e0..2438245e82 100644
--- a/plugins/MobileMessaging/Controller.php
+++ b/plugins/MobileMessaging/Controller.php
@@ -67,7 +67,6 @@ class Piwik_MobileMessaging_Controller extends Piwik_Controller_Admin
$this->setBasicVariablesView($view);
- $view->menu = Piwik_GetAdminMenu();
echo $view->render();
}
}