[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2182-g7819cd5

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Sep 18 09:47:59 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  7819cd57088966654dc4261db644c744aae2869d (commit)
      from  0dc0826b1b4fb9811fb5171b7c4337ccf73ea813 (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=7819cd57088966654dc4261db644c744aae2869d

commit 7819cd57088966654dc4261db644c744aae2869d
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Sep 18 07:47:53 2017 +0000

    widget forge homepage: detail activity, wrong var

diff --git a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
index 0778e0a..c002121 100644
--- a/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
+++ b/src/common/widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php
@@ -77,7 +77,7 @@ class Widget_HomeDetailActivityMostActiveProjectWeek extends Widget {
 					echo $HTML->listTableTop($theader);
 					$displayTableTop = 1;
 				}
-				$displayinfo = $ffactivity->getDisplayInfo($arr);
+				$displayinfo = $ffactivity->getDisplayInfo($activity);
 				if (!$displayinfo) {
 					continue;
 				}

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

Summary of changes:
 .../widget/Widget_HomeDetailActivityMostActiveProjectWeek.class.php     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list