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:
04396ff
)
CRM-14671: added file require for libraries/cms.php
author
Jeremy Proffitt
<support@ezodesign.com>
Fri, 9 May 2014 22:02:14 +0000
(18:02 -0400)
committer
Jeremy Proffitt
<support@ezodesign.com>
Fri, 9 May 2014 22:02:14 +0000
(18:02 -0400)
----------------------------------------
* CRM-14671: Joomla 3.3 & CiviCRM 4.4.4 / JRegistry fatal PHP error during cron run
https://issues.civicrm.org/jira/browse/CRM-14671
CRM/Utils/System/Joomla.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System/Joomla.php
b/CRM/Utils/System/Joomla.php
index c7ed488b88cb406381cec49d771553743c872ebe..3edb52801d5607ecf1a417dd5c70e8da3504f081 100644
(file)
--- a/
CRM/Utils/System/Joomla.php
+++ b/
CRM/Utils/System/Joomla.php
@@
-656,6
+656,7
@@
class CRM_Utils_System_Joomla extends CRM_Utils_System_Base {
require $joomlaBase . '/libraries/joomla/application/component/helper.php';
}
else {
+ require $joomlaBase . '/libraries/cms.php';
require $joomlaBase . '/libraries/joomla/uri/uri.php';
}