Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
language system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2011 at 18:17 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ekes commentedOn further investigation I found this fixed with Views 3 and Drupal 7 - with the same code in views. The issue is with core, and is fixed in 7.
locale_language_url_rewrite_url() [D7] does a check to make sure that the language is enabled; language_url_rewrite() [D6] doesn't. I've ported back a bit of code from one to the other to stop url() creating invalid paths.
Comment #3
ekes commentedAh! Testing only D7 #894166: testbot cannot find file in patch for 6.19
Comment #4
ekes commented