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  f478a567ecb36eb4651688fcb8d2658ceaa9e05d (commit)
      from  bf8b642288858e455995b9507f6229309dd5181e (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=f478a567ecb36eb4651688fcb8d2658ceaa9e05d

commit f478a567ecb36eb4651688fcb8d2658ceaa9e05d
Author: Franck Villaume <[email protected]>
Date:   Sat Jan 20 14:04:03 2018 +0100

    fix PHP syntax

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php 
b/src/plugins/scmhg/common/HgPlugin.class.php
index a719896..bda526f 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -155,7 +155,7 @@ Offer DAV or SSH access.");
                                foreach ($repo_list as $repo_name) {
                                        // Warning : the ssh uri MUST be this 
form : ssh://username@scmbox//path/reponame
                                        //           HAVE YOU SEEN THE // 
starting the path ? Keep in mind the double /
-                                       if 
(forge_get_config('use_shell_limited') {
+                                       if 
(forge_get_config('use_shell_limited')) {
                                                $htmlRepo .= html_e('kbd', 
array(), 'hg clone ssh://'.html_e('i', array(), _('developername'), true, 
false).'@'.$this->getBoxForProject($project).$ssh_port.'/hg/'.$project->getUnixName()).html_e('br');
                                        } else {
                                                $htmlRepo .= html_e('kbd', 
array(), 'hg clone ssh://'.html_e('i', array(), _('developername'), true, 
false).'@'.$this->getBoxForProject($project).$ssh_port.'/'.forge_get_config('repos_path',
 'scmhg').'/'.$project->getUnixName()).html_e('br');

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

Summary of changes:
 src/plugins/scmhg/common/HgPlugin.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