Skip to content
Snippets Groups Projects
Commit 5fd50013 authored by Seamus Lee's avatar Seamus Lee
Browse files

Ensure that when normal routing trackable urls and opens in Joomla go to the...

Ensure that when normal routing trackable urls and opens in Joomla go to the frontend not administrator site
parent c8eedac8
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ class CRM_Utils_System {
* @return \Psr\Http\Message\UriInterface
*/
$mkRouteUri = function ($path, $query) use ($e) {
$urlTxt = CRM_Utils_System::url($path, $query, $e->absolute, $e->fragment, FALSE);
$urlTxt = CRM_Utils_System::url($path, $query, $e->absolute, $e->fragment, FALSE, TRUE);
if ($e->isSSL || ($e->isSSL === NULL && \CRM_Utils_System::isSSL())) {
$urlTxt = str_replace('http://', 'https://', $urlTxt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment