projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ec639
)
CRM_Utils_Hook_Joomla - Fix error loading JPluginHelper in Joomla 3.2
author
Tim Otten
<totten@civicrm.org>
Wed, 8 Jan 2014 01:55:32 +0000
(17:55 -0800)
committer
Tim Otten
<totten@civicrm.org>
Wed, 8 Jan 2014 01:55:32 +0000
(17:55 -0800)
CRM/Utils/Hook/Joomla.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Hook/Joomla.php
b/CRM/Utils/Hook/Joomla.php
index 013d5d54e70a18c62bffea40a50ea9d225f82f26..fcf10ee9a75ad9fb0c5dad46fdf2627297786ebd 100644
(file)
--- 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