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  6ebe1de742adf3d8fde4239dd48cc4c9741510c7 (commit)
      from  92db78497afaafab5cb9f18a251b7655609f1211 (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=6ebe1de742adf3d8fde4239dd48cc4c9741510c7

commit 6ebe1de742adf3d8fde4239dd48cc4c9741510c7
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sun Feb 18 18:44:10 2018 +0100

    scmhook: remove dead call

diff --git a/src/plugins/scmhook/common/scmhookPlugin.class.php 
b/src/plugins/scmhook/common/scmhookPlugin.class.php
index 595d83c..a6a2eb8 100644
--- a/src/plugins/scmhook/common/scmhookPlugin.class.php
+++ b/src/plugins/scmhook/common/scmhookPlugin.class.php
@@ -309,7 +309,6 @@ project independently.");
                $flag = strtolower('use_'.$this->name);
                if (getIntFromRequest($flag) == 1) {
                        $group->setPluginUse($this->name);
-                       $this->add($group->getID());
                } else {
                        $group->setPluginUse($this->name, false);
                        $this->remove($group->getID());

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

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


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