[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2119-gddfa888

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Aug 18 11:29:18 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  ddfa888d89bd9b71cb3e7f774c767da117a24041 (commit)
      from  98616d6a4a44fdee3283b27f3ae1ce0629f64732 (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=ddfa888d89bd9b71cb3e7f774c767da117a24041

commit ddfa888d89bd9b71cb3e7f774c767da117a24041
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 18 09:29:14 2017 +0000

    fix PHP syntax

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php b/src/plugins/scmgit/common/GitPlugin.class.php
index 3ca70e5..8d22bc8 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -705,7 +705,7 @@ control over it to the project's administrator.");
 							  $this->getID()));
 			$rows = db_numrows($result);
 			for ($i=0; $i<$rows; $i++) {
-				gatherStatsRepo($project, db_result($result, $i, 'repo_name', $year, $month, $day);
+				gatherStatsRepo($project, db_result($result, $i, 'repo_name'), $year, $month, $day);
 			}
 		}
 	}

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

Summary of changes:
 src/plugins/scmgit/common/GitPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list