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  41f0bb47be1b9174fbaa4bde4f67694d314c2d2e (commit)
      from  f951aa6a2039d8367af2d2f64e651a12a8a5f1a5 (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=41f0bb47be1b9174fbaa4bde4f67694d314c2d2e

commit 41f0bb47be1b9174fbaa4bde4f67694d314c2d2e
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sat Apr 24 12:15:01 2021 +0200

    fix PHP syntax

diff --git a/src/plugins/hudson/include/hudson.class.php 
b/src/plugins/hudson/include/hudson.class.php
index d1e7e67..c334dfe 100644
--- a/src/plugins/hudson/include/hudson.class.php
+++ b/src/plugins/hudson/include/hudson.class.php
@@ -123,15 +123,14 @@ class hudson extends Controler {
                                                default:
                                                        $this->view = 
'projectOverview';
                                                        break;
-                                       }
-                               } else {
-                                       $error_msg .= _('Permission denied.');
                                }
                        } else {
-                               $error_msg .= _('Hudson service is not 
enabled.');
+                               $error_msg .= _('Permission denied.');
                        }
                } else {
-                       $error_msg .= _('Missing group_id parameter.');
+                       $error_msg .= _('Hudson service is not enabled.');
                }
+       } else {
+               $error_msg .= _('Missing group_id parameter.');
        }
 }

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

Summary of changes:
 src/plugins/hudson/include/hudson.class.php | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to