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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-04-12 07:02:13 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-04-12 07:02:13 +0300
commite3677583a96ac5e87f5a22ef8685f7c36cf80c88 (patch)
treeed97ce137daabc9a59da396f811f167830d64d6f /plugins/PrivacyManager/Menu.php
parent527be7b41ec3f70e944431372845c129f604f32d (diff)
fix tests (#10040)
Diffstat (limited to 'plugins/PrivacyManager/Menu.php')
-rw-r--r--plugins/PrivacyManager/Menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/Menu.php b/plugins/PrivacyManager/Menu.php
index 1e3523f1da..f84bdf66dc 100644
--- a/plugins/PrivacyManager/Menu.php
+++ b/plugins/PrivacyManager/Menu.php
@@ -18,7 +18,7 @@ class Menu extends \Piwik\Plugin\Menu
if (Piwik::isUserHasSomeAdminAccess()) {
$menu->addManageItem('PrivacyManager_MenuPrivacySettings',
$this->urlForAction('privacySettings'),
- $order = 9);
+ $order = 25);
}
}
}