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  40b7ef4c2ea189163f04bede6d43c9e88eef4cc7 (commit)
      from  d6deb5fdb9892b152e686e5631fc79a773ec2bc5 (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=40b7ef4c2ea189163f04bede6d43c9e88eef4cc7

commit 40b7ef4c2ea189163f04bede6d43c9e88eef4cc7
Author: Stéphane-Eymeric Bredthauer <[email protected]>
Date:   Sun May 28 21:48:51 2017 +0200

    Tracker: Artifacts dependencies, part 2, fix 1

diff --git a/src/common/tracker/Artifact.class.php 
b/src/common/tracker/Artifact.class.php
index 98179f6..4c7af0c 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -2211,7 +2211,7 @@ class Artifact extends FFObject {
 
        function hasChildren() {
                if (!$this->children) {
-                       $children = $this->getChildren();
+                       $this->children = $this->getChildren();
                }
                $nb = count($this->children);
                if ($nb>0) {

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

Summary of changes:
 src/common/tracker/Artifact.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