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  faa9b9941c4aad5aa57b16b9fc160e454e7c69e8 (commit)
      from  c371ee7e70804534ab09c94c47f1e8d890913c8b (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=faa9b9941c4aad5aa57b16b9fc160e454e7c69e8

commit faa9b9941c4aad5aa57b16b9fc160e454e7c69e8
Author: Franck Villaume <[email protected]>
Date:   Mon Mar 28 13:26:45 2016 +0200

    scmgit plugin: fix error message

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php 
b/src/plugins/scmgit/common/GitPlugin.class.php
index 5660097..89d583f 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -229,7 +229,7 @@ control over it to the project's administrator.");
                        }
                }
                if ($b == '') {
-                       $b .= $HTML->error_msg(_('Error')._(': ')._('No access 
protocol has been allowed for the Git plugin in scmgit.ini: use_ssh, 
use_smarthttp and use_dav are disabled'));
+                       $b .= $HTML->error_msg(_('Error')._(': ')._('No access 
protocol has been allowed for the Git plugin in scmgit.ini: use_ssh and 
use_smarthttp are disabled'));
                }
 
                if (session_loggedin()) {

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

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