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

commit 517a672946ebf741c576aeaeba3e70728c18dbef
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sat Apr 24 12:40:55 2021 +0200

    fix PHP syntax again

diff --git a/src/plugins/hudson/include/hudson.class.php 
b/src/plugins/hudson/include/hudson.class.php
index c334dfe..ef56f0a 100644
--- a/src/plugins/hudson/include/hudson.class.php
+++ b/src/plugins/hudson/include/hudson.class.php
@@ -37,6 +37,7 @@ class hudson extends Controler {
        function getThemePath() {
                return $this->themePath;
        }
+
        function getIconsPath() {
                return $this->themePath.'/images/ic/';
        }
@@ -130,7 +131,5 @@ class hudson extends Controler {
                } else {
                        $error_msg .= _('Hudson service is not enabled.');
                }
-       } else {
-               $error_msg .= _('Missing group_id parameter.');
        }
 }

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

Summary of changes:
 src/plugins/hudson/include/hudson.class.php | 3 +--
 1 file changed, 1 insertion(+), 2 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