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  bae1477f9b48b2827f13935331d7e901afc23274 (commit)
      from  44bef2e6e70a3067e5df65ec43029f966bd0019b (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=bae1477f9b48b2827f13935331d7e901afc23274

commit bae1477f9b48b2827f13935331d7e901afc23274
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Feb 2 18:50:53 2017 +0100

    Add braces

diff --git a/src/common/include/Group.class.php 
b/src/common/include/Group.class.php
index 332d515..7261e40 100644
--- a/src/common/include/Group.class.php
+++ b/src/common/include/Group.class.php
@@ -1701,7 +1701,9 @@ class Group extends FFError {
                                return false;
                        }
                        $tag = trim($tag);
-                       if ($tag == '' || array_search($tag, $inserted) !== 
false) continue;
+                       if ($tag == '' || array_search($tag, $inserted) !== 
false) {
+                               continue;
+                       }
                        $sql = 'INSERT INTO project_tags (group_id,name) VALUES 
($1, $2)';
                        $res = db_query_params($sql, array($this->getID(), 
$tag));
                        if (!$res) {

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

Summary of changes:
 src/common/include/Group.class.php | 4 +++-
 1 file changed, 3 insertions(+), 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