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  0876daa05c29d49f13af1ee32ffe9fb74b1bc6b8 (commit)
      from  04ab68bdda64640799bb7e4a43f186e7b0ae3c37 (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=0876daa05c29d49f13af1ee32ffe9fb74b1bc6b8

commit 0876daa05c29d49f13af1ee32ffe9fb74b1bc6b8
Author: Franck Villaume <[email protected]>
Date:   Sun Sep 10 14:53:39 2017 +0200

    fix PHP syntax

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php 
b/src/plugins/scmgit/common/GitPlugin.class.php
index 730f7b3..c872e33 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -1179,11 +1179,11 @@ control over it to the project's administrator.");
                echo $HTML->html_input('group_id', '', '', 'hidden', 
$params['group_id']);
                echo $HTML->html_input('create_repository', '', '', 'hidden', 
1);
                echo html_e('p', array(), html_e('strong', array(), 
_('Repository name')._(':')).utils_requiredField().html_e('br').
-                               $HTML->html_input('repo_name', '', '', 'text', 
'', array('required' => 'required', 'size' => 20));
+                               $HTML->html_input('repo_name', '', '', 'text', 
'', array('required' => 'required', 'size' => 20)));
                echo html_e('p', array(), html_e('strong', array(), 
_('Description')._(':')).html_e('br').
-                               $HTML->html_input('description', '', '', 
'text', '', array('size' => 60));
+                               $HTML->html_input('description', '', '', 
'text', '', array('size' => 60)));
                echo html_e('p', array(), html_e('strong', array(), _('Initial 
clone URL (or name of an existing repository in this project; leave empty to 
start with an empty repository)')._(':')).html_e('br').
-                               $HTML->html_input('clone', '', '', 'text', 
$project_name, array('size' => 60));
+                               $HTML->html_input('clone', '', '', 'text', 
$project_name, array('size' => 60)));
                echo $HTML->html_input('scm_enable_anonymous', '', '', 
'hidden', ($project->enableAnonSCM()? 1 : 0));
                echo $HTML->html_input('cancel', '', '', 'submit', _('Cancel'));
                echo $HTML->html_input('submit', '', '', 'submit', _('Submit'));

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmgit/common/GitPlugin.class.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to