Closed (fixed)
Project:
Cache Expiration
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 12:53 UTC
Updated:
19 Feb 2014 at 08:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
valderama commentedHere is the patch..
Comment #2
spleshkaThis patch is not required for new branch 7.x-2.x. But thanks for your patch anyway!
Comment #4
olofbokedal commentedI'm using the latest 7.x-2.x-dev but the alias lookup doesn't work when an alias is being stored with a language code.
The conversion is still happening by calling
url($path, array('absolute' => TRUE));Comment #5
olofbokedal commentedHere's a pretty straightforward patch that pretty much does the same thing as #1, modified for the latest dev.
Comment #6
spleshkaNice catch, it seems good solution for me. Thanks for you patch, commited/pushed to 7.x-2.x.
Comment #8
IRuslan commentedI have one question, why preload alias, instead of passing 'language' option to url() function directly?
Comment #9
spleshkaBecause we need both values: url alias (internal path) and full aliased url.