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 620f70303bf948fa5d4e3c25442b855d50990480 (commit)
from 3e40d30d3ab894ac97ca7e6a06d4f9d1467f27be (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=620f70303bf948fa5d4e3c25442b855d50990480
commit 620f70303bf948fa5d4e3c25442b855d50990480
Author: Franck Villaume <[email protected]>
Date: Mon Nov 28 10:29:11 2016 +0100
fix PHP syntax
diff --git a/src/common/tracker/actions/downloadcsv.php
b/src/common/tracker/actions/downloadcsv.php
index d6a73fc..53eaead 100644
--- a/src/common/tracker/actions/downloadcsv.php
+++ b/src/common/tracker/actions/downloadcsv.php
@@ -113,7 +113,7 @@ for ($i=0; $i<count($at_arr); $i++) {
'"'.$open_date.'"'.$sep.
'"'.$close_date.'"'.$sep.
'"'.$update_date.'"'.$sep.
- '"'.$at_arr[$i]-->getLastModifiedRealName().'"'.$sep.
+ '"'.$at_arr[$i]->getLastModifiedRealName().'"'.$sep.
'"'.fix4csv($at_arr[$i]->getSummary()).'"'.$sep.
'"'.fix4csv($at_arr[$i]->getDetails()).'"'.$sep.
$votes[0].$sep.
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/downloadcsv.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