From 48341e06bd19791c4c1250c3a364d536e8c8314d Mon Sep 17 00:00:00 2001 From: lsmithgo Date: Thu, 9 Jul 2015 23:43:38 +0100 Subject: [PATCH] Update Joomla.php One word fix to CRM-16827 for redirection to login page and back during event registration --- CRM/Utils/System/Joomla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Joomla.php b/CRM/Utils/System/Joomla.php index f270450164..ae11502a67 100644 --- a/CRM/Utils/System/Joomla.php +++ b/CRM/Utils/System/Joomla.php @@ -654,7 +654,7 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base { if ($args) { // append destination so user is returned to form they came from after login $args = 'reset=1' . $args; - $destination = CRM_Utils_System::url(CRM_Utils_System::currentPath(), $args, TRUE, NULL, TRUE, TRUE); + $destination = CRM_Utils_System::url(CRM_Utils_System::currentPath(), $args, TRUE, NULL, FALSE, TRUE); } return $destination; -- 2.25.1