CRM_Utils_Hook_Joomla - Fix PHP fatal parse error (missing comma)
authorcolemanw <coleman@civicrm.org>
Tue, 26 Nov 2013 04:23:01 +0000 (20:23 -0800)
committercolemanw <coleman@civicrm.org>
Tue, 26 Nov 2013 04:23:01 +0000 (20:23 -0800)
CRM/Utils/Hook/Joomla.php

index ec9123cba7fe8dcaab54a8bf927ce2c9b300920b..013d5d54e70a18c62bffea40a50ea9d225f82f26 100644 (file)
@@ -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