projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abe083
)
Ensure that when normal routing trackable urls and opens in Joomla go to the frontend...
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 6 Jul 2020 00:08:15 +0000
(10:08 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 6 Jul 2020 00:08:15 +0000
(10:08 +1000)
CRM/Utils/System.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System.php
b/CRM/Utils/System.php
index 04eb8d3ad5662f01538288026c2528409175adab..16ad53f92113e0f0c1b2100269ae06e243659393 100644
(file)
--- a/
CRM/Utils/System.php
+++ b/
CRM/Utils/System.php
@@
-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);
}