Closed (fixed)
Project:
Mobile Tools
Version:
6.x-2.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 16:18 UTC
Updated:
8 Jun 2012 at 14:31 UTC
When going back to mobile site using the default Mobile Tools message block, the module doesn't consider the device group to build the query string. For example, we have a specific theme for Blackberry, when trying to go back to mobile site the user is redirected to the default mobile theme instead of the blackberry theme.
moobile_tools.module (line 175): There should be a verification before it sets $query['device'] to 'mobile'.
Comments
Comment #1
devin carlson commentedThere are no longer any occurrences of
$query['device']in mobile_tools.module nor is there any similar code around line 175.