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 <[email protected]>
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
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits