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  f6475e76b0ebb2dc126e39a41bca0198712f5a01 (commit)
      from  4f7abc16211daf2f8f1ef3f1fd37c7235edba6bb (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=f6475e76b0ebb2dc126e39a41bca0198712f5a01

commit f6475e76b0ebb2dc126e39a41bca0198712f5a01
Author: Franck Villaume <[email protected]>
Date:   Mon Sep 30 07:03:37 2019 +0000

    final fix for [#911]

diff --git a/src/plugins/scmhook/common/scmhookPlugin.class.php 
b/src/plugins/scmhook/common/scmhookPlugin.class.php
index 54e7b43..0472a03 100644
--- a/src/plugins/scmhook/common/scmhookPlugin.class.php
+++ b/src/plugins/scmhook/common/scmhookPlugin.class.php
@@ -298,7 +298,7 @@ project independently.");
                foreach ($hooksEnabled as $key => $repos) {
                        foreach ($repos as $repo) {
                                foreach ($hooksAvailable as $hookAvailable) {
-                                       if 
(in_array($hookAvailable->getClassname(), $hooksEnabled)) {
+                                       if 
(in_array($hookAvailable->getClassname(), $repo)) {
                                                if 
(method_exists($hookAvailable,'task_extra_detail')) {
                                                        
$hookAvailable->task_extra_detail($params);
                                                }

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

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