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:
84b246d
)
CRM_Utils_Hook_Joomla - Fix PHP fatal parse error (missing comma)
author
colemanw
<coleman@civicrm.org>
Tue, 26 Nov 2013 04:23:01 +0000
(20:23 -0800)
committer
colemanw
<coleman@civicrm.org>
Tue, 26 Nov 2013 04:23:01 +0000
(20:23 -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 ec9123cba7fe8dcaab54a8bf927ce2c9b300920b..013d5d54e70a18c62bffea40a50ea9d225f82f26 100644
(file)
--- a/
CRM/Utils/Hook/Joomla.php
+++ b/
CRM/Utils/Hook/Joomla.php
@@
-35,7
+35,7
@@
*/
class CRM_Utils_Hook_Joomla extends CRM_Utils_Hook {
function invoke($numParams,
- &$arg1, &$arg2, &$arg3, &$arg4, &$arg5, &$arg6
+ &$arg1, &$arg2, &$arg3, &$arg4, &$arg5, &$arg6
,
$fnSuffix
) {
// ensure that we are running in a joomla context