*** mobile_tools-6.x-2.3/plugins/access/is_mobile.inc Mon Jan 19 17:26:36 1970 --- mobile_tools/plugins/access/is_mobile.inc Mon Jan 19 17:26:36 1970 *************** *** 57,67 **** /** * Check for access. */ function mobile_tools_is_mobile_ctools_access_check($conf, $contexts) { ! $browser = mobile_tools_is_mobile_device(); if ($conf['mobile_any'] && $browser['type'] == 'mobile') { return TRUE; } $access = in_array($browser['group'], $conf['mobile_list']); --- 57,67 ---- /** * Check for access. */ function mobile_tools_is_mobile_ctools_access_check($conf, $contexts) { ! $browser = mobile_tools_get_device(); if ($conf['mobile_any'] && $browser['type'] == 'mobile') { return TRUE; } $access = in_array($browser['group'], $conf['mobile_list']);