From e43c26e87e2fe03ea0005340bae726ce23b51c5d Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Mon, 13 Nov 2023 13:20:00 -0500 Subject: [PATCH] dev/core#4772 fix authx on Joomla --- ext/authx/Civi/Authx/Joomla.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/authx/Civi/Authx/Joomla.php b/ext/authx/Civi/Authx/Joomla.php index 51b9f4d1bc..094132b242 100644 --- a/ext/authx/Civi/Authx/Joomla.php +++ b/ext/authx/Civi/Authx/Joomla.php @@ -81,7 +81,6 @@ class Joomla implements AuthxInterface { // In any event, this work-around passes `AllFlowsTest::testMultipleStateless`. \JFactory::getSession()->destroy(); - \JFactory::getSession()->setHandler(new \CRM_Utils_FakeJoomlaSession('CIVISCRIPT')); $user = new \JUser($userId); $session = \JFactory::getSession(); $session->set('user', $user); -- 2.25.1