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 f62c465afa90447b829a2e94659cb59c4f146f0a (commit)
from 74a8ff651b4b28af1dd04008973570c71d3b3eec (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=f62c465afa90447b829a2e94659cb59c4f146f0a
commit f62c465afa90447b829a2e94659cb59c4f146f0a
Author: Franck Villaume <[email protected]>
Date: Fri Jun 17 16:38:09 2016 +0200
really fix PHP syntax ...
diff --git a/src/www/pm/include/ProjectGroupHTML.class.php
b/src/www/pm/include/ProjectGroupHTML.class.php
index e13d1e3..aab7502 100644
--- a/src/www/pm/include/ProjectGroupHTML.class.php
+++ b/src/www/pm/include/ProjectGroupHTML.class.php
@@ -122,7 +122,7 @@ function pm_footer($params = array()) {
class ProjectGroupHTML extends ProjectGroup {
function __construct(&$Group, $group_project_id=false, $arr=false) {
- parent::__construct($Group,$group_project_id,$arr) {
+ parent::__construct($Group,$group_project_id,$arr);
}
function
statusBox($name='status_id',$checked='xyxy',$show_100=true,$text_100='None') {
-----------------------------------------------------------------------
Summary of changes:
src/www/pm/include/ProjectGroupHTML.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