Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 11:10 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
loominade commentedthis problem, seems to be connected with the local module
Comment #2
loominade commentedthe issue could easily be fixed:
mysite.com/deshould lead to the german version of the Frontpage.mysterious way,
$_GET['q']doesn't contain the languageComment #3
MantasK commentedIt only happens if front page is node. The easiest way to solve this is to fix locale block
the line
can be changed to:
Comment #4
thedavidmeister commentedSolution in #3 doesn't seem great, it also matches node/% and node/%/foo
There's no patch here, so there's nothing to review.