Index: includes/language.inc =================================================================== --- includes/language.inc (Revision 94) +++ includes/language.inc (Arbeitskopie) @@ -46,7 +46,7 @@ function translatable_change_uilocale() // Front page redirect. // If the page is accessed by a search engine, the redirect is not applied. - if (variable_get('translatable_frontpage_redirect', TRUE) && drupal_is_front_page() && !isset($_SESSION['translatable_firstpageredirected'])) { + if (variable_get('translatable_frontpage_redirect', TRUE) && drupal_is_front_page()) { if (variable_get('translatable_switch_byhostname', FALSE)) { $currenthost = $_SERVER['HTTP_HOST']; $localebyhostname = translatable_localebyhostname($currenthost);