From a6f6f13f63a60054f94ccd8e6a44ebb583ea3a93 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 7 Jan 2014 17:55:32 -0800 Subject: [PATCH] CRM_Utils_Hook_Joomla - Fix error loading JPluginHelper in Joomla 3.2 --- CRM/Utils/Hook/Joomla.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/Hook/Joomla.php b/CRM/Utils/Hook/Joomla.php index 013d5d54e7..fcf10ee9a7 100644 --- a/CRM/Utils/Hook/Joomla.php +++ b/CRM/Utils/Hook/Joomla.php @@ -44,6 +44,7 @@ class CRM_Utils_Hook_Joomla extends CRM_Utils_Hook { if (defined('_JEXEC')) { //Invoke the Joomla plugin system to observe to civicrm events. jimport('joomla.plugin.helper'); + jimport('cms.plugin.helper'); // Joomla 3.2 JPluginHelper::importPlugin('civicrm'); // get app based on cli or web -- 2.25.1