From 301258d033b4bf54b3dacfb025cbc2aa7cd4c9f2 Mon Sep 17 00:00:00 2001 From: colemanw Date: Mon, 25 Nov 2013 20:23:01 -0800 Subject: [PATCH] CRM_Utils_Hook_Joomla - Fix PHP fatal parse error (missing comma) --- CRM/Utils/Hook/Joomla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Hook/Joomla.php b/CRM/Utils/Hook/Joomla.php index ec9123cba7..013d5d54e7 100644 --- 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 -- 2.25.1