Ensure that when normal routing trackable urls and opens in Joomla go to the frontend...
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 6 Jul 2020 00:08:15 +0000 (10:08 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 6 Jul 2020 00:08:15 +0000 (10:08 +1000)
CRM/Utils/System.php

index 04eb8d3ad5662f01538288026c2528409175adab..16ad53f92113e0f0c1b2100269ae06e243659393 100644 (file)
@@ -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);
       }