Closed (fixed)
Project:
Pathologic
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2015 at 17:18 UTC
Updated:
3 Feb 2016 at 20:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jurgenhaasLet's always check if we can split a leading language prefix and only finally fall back to use a potentially cached language object to the parts array.
Comment #4
jurgenhaasA patch with a final empty line is never a good idea ;-)
Comment #5
PascalAnimateur commentedPatch #4 works flawlessly! I came up with a similar solution before discovering this issue... (the last check to make sure
$parts['language_obj']is set is good)Using this patch also allows linking to different languages than the current one, which is great!
Comment #7
Garrett Albright commentedOkay, committed #4. Didn't push a corresponding patch to the D8 branch since it doesn't seem applicable.
Thanks!