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:
authorsgiehl <stefan@piwik.org>2014-12-13 01:05:47 +0300
committersgiehl <stefan@piwik.org>2014-12-13 01:05:47 +0300
commit97653c51427f9c64eec717d2e7f79d2f366800e9 (patch)
tree05bc1555208043c3f171e5426e2fc91e7f66628f /plugins
parent719d52ba458c811e07209539211dae8015e5d30b (diff)
small adjustments
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserSettings/UserSettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserSettings/UserSettings.php b/plugins/UserSettings/UserSettings.php
index da1e625af0..f72269dedf 100644
--- a/plugins/UserSettings/UserSettings.php
+++ b/plugins/UserSettings/UserSettings.php
@@ -53,7 +53,7 @@ class UserSettings extends \Piwik\Plugin
$action = $movedMethods[$action];
}
- if ($module == 'UserSettings' && $action == 'getResolution') {
+ if ($module == 'UserSettings' && ($action == 'getResolution' || $action == 'getConfiguration')) {
$module = 'Resolution';
}
}