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, Branch_5_1 has been updated
       via  2fafea55a94d06b5a849c5827949b1d97b3d399e (commit)
      from  2c539ec2b49a425a1e81150cba334d7c796481af (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 -----------------------------------------------------------------
commit 2fafea55a94d06b5a849c5827949b1d97b3d399e
Author: Thorsten Glaser <[email protected]>
Date:   Wed Jul 16 17:54:17 2014 +0200

    fix missing variable error (global var abuse)

diff --git a/src/common/tracker/Artifact.class.php 
b/src/common/tracker/Artifact.class.php
index 772f806..196d0a1 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -825,7 +825,7 @@ class Artifact extends Error {
                }
                $qpa = db_construct_qpa ($qpa,
                                         'WHERE artifact_id=$1 AND 
group_artifact_id=$2',
-                                        array ($this->getID(), 
$artifact_type_id)) ;
+                                        array ($this->getID(), 
$this->ArtifactType->getID())) ;
                $result=db_query_qpa($qpa);
 
                if (!$result || db_affected_rows($result) < 1) {

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

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