From: Brian Shaughnessy Date: Mon, 13 Nov 2023 18:20:00 +0000 (-0500) Subject: dev/core#4772 fix authx on Joomla X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e43c26e87e2fe03ea0005340bae726ce23b51c5d;p=civicrm-core.git dev/core#4772 fix authx on Joomla --- 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);