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:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserSettings/UserSettings.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/UserSettings/UserSettings.php b/plugins/UserSettings/UserSettings.php
index 450a2f275c..d36ce093b6 100644
--- a/plugins/UserSettings/UserSettings.php
+++ b/plugins/UserSettings/UserSettings.php
@@ -52,6 +52,10 @@ class UserSettings extends \Piwik\Plugin
$module = 'DevicesDetection';
$action = $movedMethods[$action];
}
+
+ if ($module == 'UserSettings' && $action == 'getWideScreen') {
+ $action = 'getScreenType';
+ }
}
public function extendVisitorDetails(&$visitor, $details)