[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2123-g8cf7069

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Aug 18 13:33:46 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  8cf706993a19a8e6a68278ef85ab26dc05f9c2d5 (commit)
      from  1cdece531b101ce2111d5f0c4a0bee7e3a4911a3 (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=8cf706993a19a8e6a68278ef85ab26dc05f9c2d5

commit 8cf706993a19a8e6a68278ef85ab26dc05f9c2d5
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 18 11:33:42 2017 +0000

    fix PHP syntax

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php b/src/plugins/scmgit/common/GitPlugin.class.php
index 916a6ef..80c921d 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++) {
-				$this->gatherStatsRepo(&$project, db_result($result, $i, 'repo_name'), $year, $month, $day);
+				$this->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