This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 0dc0826b1b4fb9811fb5171b7c4337ccf73ea813 (commit)
from 19ef4de48c6a1e3113dde2ce84f0b8be8e0a49e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=0dc0826b1b4fb9811fb5171b7c4337ccf73ea813
commit 0dc0826b1b4fb9811fb5171b7c4337ccf73ea813
Author: Franck Villaume <[email protected]>
Date: Mon Sep 18 07:21:01 2017 +0000
fix activity hook: group -> group_id
diff --git
a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
index b8584d9..0778e0a 100644
--- a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
+++ b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
@@ -50,7 +50,7 @@ class Widget_HomeDetailActivityMostActiveProjectWeek extends
Widget {
foreach ($selected_groups as $group_id) {
// If plugins wants to add activities.
- $hookParams['group'] = $group_id;
+ $hookParams['group_id'] = $group_id;
$hookParams['results'] = &$activities;
$hookParams['begin'] = $begin;
$hookParams['end'] = $end;
-----------------------------------------------------------------------
Summary of changes:
.../widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits