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, 6.1 has been updated
via 2b136eb93b56ad102d0167912b1b13f58df2d641 (commit)
from 10cd66d6cc1b20862f6e2f84ed533ab57d32f5e6 (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=2b136eb93b56ad102d0167912b1b13f58df2d641
commit 2b136eb93b56ad102d0167912b1b13f58df2d641
Author: Franck Villaume <[email protected]>
Date: Mon Apr 23 08:39:11 2018 +0200
fix PHP syntax
diff --git a/src/common/pm/ProjectTask.class.php
b/src/common/pm/ProjectTask.class.php
index 5de11ea..367d2df 100644
--- a/src/common/pm/ProjectTask.class.php
+++ b/src/common/pm/ProjectTask.class.php
@@ -1214,7 +1214,7 @@ class ProjectTask extends FFError {
$body .=
"\n\n-------------------------------------------------------".
"\nFor more info, visit:".
- "\n\n".util_make_url('/pm/t_follow.php/'.$this->getID();
+
"\n\n".util_make_url('/pm/t_follow.php/'.$this->getID());
$subject = sprintf(_('[%1$s - %2$s] [Task #%3$d] '),
$this->ProjectGroup->Group->getUnixName(),
-----------------------------------------------------------------------
Summary of changes:
src/common/pm/ProjectTask.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