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>2014-07-02 09:50:51 +0400
committermattab <matthieu.aubry@gmail.com>2014-07-02 09:50:51 +0400
commit8208b89e9b94871e53476630979fc801ada866a8 (patch)
tree99e389bc6106c25cfb0d39e6cd68bb062e91e342
parentc981a9feb9ee30a8688a9909b130f0c5e9a28f7c (diff)
Refs #5212 add missing reference, this maybe was a merge-fail
-rwxr-xr-xplugins/LeftMenu/LeftMenu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LeftMenu/LeftMenu.php b/plugins/LeftMenu/LeftMenu.php
index 67d906787c..00b40d9a6f 100755
--- a/plugins/LeftMenu/LeftMenu.php
+++ b/plugins/LeftMenu/LeftMenu.php
@@ -19,7 +19,7 @@ class LeftMenu extends \Piwik\Plugin
);
}
- public function addClassToBody($str, $layout)
+ public function addClassToBody(&$str, $layout)
{
if (API::getInstance()->isEnabled() && 'dashboard' === $layout) {
$str .= ' leftMenuPlugin';