[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2046-g2813e92

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Aug 1 16:39:08 CEST 2017


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  2813e922f9b01d5390744714b7b91d96a6886ea5 (commit)
      from  95cc2bc7e8c1689c15574dc5ffef64309e0e3f0e (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=2813e922f9b01d5390744714b7b91d96a6886ea5

commit 2813e922f9b01d5390744714b7b91d96a6886ea5
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Aug 1 14:39:03 2017 +0000

    remove unused var

diff --git a/src/plugins/scmhook/common/scmhookPlugin.class.php b/src/plugins/scmhook/common/scmhookPlugin.class.php
index f7fe261..283c609 100644
--- a/src/plugins/scmhook/common/scmhookPlugin.class.php
+++ b/src/plugins/scmhook/common/scmhookPlugin.class.php
@@ -514,7 +514,7 @@ project independently.");
 					echo ' disabled="disabled"';
 
 				echo ' />';
-				if (in_array($hookPostCommit->getClassname(), $hooksEnabled) && $statusDeploy) {
+				if (in_array($hookPostCommit->getClassname(), $hooksEnabled)) {
 					echo '<input type="hidden" ';
 					echo 'name="'.$hookPostCommit->getLabel().'_'.$hookPostCommit->getClassname().'" ';
 					echo 'value="on" />';

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

Summary of changes:
 src/plugins/scmhook/common/scmhookPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list