--- /Users/mjarrell/Downloads/mobile_tools/mobile_tools.module 2011-04-06 19:05:47.000000000 -0500 +++ /Users/mjarrell/Sites/drupal/sites/all/modules/drupal-contrib/mobile_tools/mobile_tools.module 2011-08-16 11:52:53.000000000 -0500 @@ -244,7 +244,7 @@ function mobile_tools_device_redirect($d // code takes into account path exceptions in the configuration. $pages = variable_get('mobile_tools_redirect_exceptions', ''); $page_match = FALSE; - if(isset($_GET['q']) && $pages != '') { + if($pages != '') { //check if there is no exception in the redirect path (code comes from block.module) include_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);