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  5414bb28f34a3c44ace33f22370b80d2d1ca7bc4 (commit)
      from  7d6a34a2ee55db4dce8c03192c94cfda0d9c8239 (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=5414bb28f34a3c44ace33f22370b80d2d1ca7bc4

commit 5414bb28f34a3c44ace33f22370b80d2d1ca7bc4
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sat May 1 14:20:23 2021 +0200

    fix wrong var

diff --git a/src/common/tracker/Artifact.class.php 
b/src/common/tracker/Artifact.class.php
index 80fd66f..6b35005 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -2300,7 +2300,7 @@ class Artifact extends FFObject {
                        if ($this->getParent() == $parent_id) {
                                return true;
                        } else {
-                               $this->setError(_('Error')._(':').' 
'.sprintf(_('Artifact $s has already a parent'), $child_id));
+                               $this->setError(_('Error')._(':').' 
'.sprintf(_('Artifact $s has already a parent'), $this->getID()));
                                return false;
                        }
                }

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

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
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to