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  74a8ff651b4b28af1dd04008973570c71d3b3eec (commit)
      from  43105690c780dd990fba214c6848bf5cbd76d838 (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=74a8ff651b4b28af1dd04008973570c71d3b3eec

commit 74a8ff651b4b28af1dd04008973570c71d3b3eec
Author: Franck Villaume <[email protected]>
Date:   Fri Jun 17 16:31:47 2016 +0200

    fix PHP syntax

diff --git a/src/www/pm/include/ProjectGroupHTML.class.php 
b/src/www/pm/include/ProjectGroupHTML.class.php
index 215ac4d..e13d1e3 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

Reply via email to