From: colemanw Date: Tue, 26 Nov 2013 04:23:01 +0000 (-0800) Subject: CRM_Utils_Hook_Joomla - Fix PHP fatal parse error (missing comma) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=301258d033b4bf54b3dacfb025cbc2aa7cd4c9f2;p=civicrm-core.git CRM_Utils_Hook_Joomla - Fix PHP fatal parse error (missing comma) --- 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