diff --git a/plugins/UserSettings/UserSettings.php b/plugins/UserSettings/UserSettings.php index 450a2f275ce3f0c9413e11a9d756750971c65c8f..d36ce093b6f566d49d988c90e9e5b04eaf8058bd 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)