mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
fa62c1b0ba
Broke when CMS URL already had query params, such as ?locale=en_US with the Translatable module enabled. With this patch it doesn't double-concat ?locale.... Still doubles query params, but that's acceptable until we find a more solid URL manipulation lib for JS.