From cb0e36deaf4a8f98cc5863439374812d1a6e2cd2 Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Wed, 13 Mar 2013 14:20:06 -0400 Subject: [PATCH] CRM-11203 update Joomla setUserSession to call parent method --- CRM/Utils/System/Joomla.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CRM/Utils/System/Joomla.php b/CRM/Utils/System/Joomla.php index 8179097303..d644e1bbbc 100644 --- a/CRM/Utils/System/Joomla.php +++ b/CRM/Utils/System/Joomla.php @@ -539,9 +539,7 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base { $session = &JFactory::getSession(); $session->set('user', $user); - $cSession = CRM_Core_Session::singleton(); - $cSession->set('ufID', $ufID); - $cSession->set('userID', $userID); + parent::setUserSession($data); } /** -- 2.25.1