From: Tim Otten Date: Wed, 8 Jan 2014 01:55:32 +0000 (-0800) Subject: CRM_Utils_Hook_Joomla - Fix error loading JPluginHelper in Joomla 3.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a6f6f13f63a60054f94ccd8e6a44ebb583ea3a93;p=civicrm-core.git CRM_Utils_Hook_Joomla - Fix error loading JPluginHelper in Joomla 3.2 --- 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