[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2184-gbe0bf14

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Sep 18 10:46:15 CEST 2017


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  be0bf14a139b1b0bbc983e77fc1e39071785b516 (commit)
      from  acbedc17226348a616fba8d2375acbf92c9e01a6 (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=be0bf14a139b1b0bbc983e77fc1e39071785b516

commit be0bf14a139b1b0bbc983e77fc1e39071785b516
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Sep 18 08:46:10 2017 +0000

    widget forge homepage detail activity: missing vars

diff --git a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
index c002121..b87f6f2 100644
--- a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
+++ b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
@@ -54,6 +54,9 @@ class Widget_HomeDetailActivityMostActiveProjectWeek extends Widget {
 			$hookParams['results'] = &$activities;
 			$hookParams['begin'] = $begin;
 			$hookParams['end'] = $end;
+			$hookParams['show'] = array();
+			$hookParams['ids'] = array();
+			$hookParams['texts'] = array();
 			plugin_hook('activity', $hookParams);
 		}
 		if (count($activities) > 0) {

-----------------------------------------------------------------------

Summary of changes:
 .../widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php    | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list