[Fusionforge-commits] FusionForge branch master updated. 3301d1da7014b80ee986253b5fb0042a1870db8e

Franck Villaume nerville at fusionforge.org
Fri Aug 22 10:31:32 CEST 2014


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  3301d1da7014b80ee986253b5fb0042a1870db8e (commit)
      from  8e34148293a3e3a011313f643e94ab93fd92287d (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 3301d1da7014b80ee986253b5fb0042a1870db8e
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 22 10:29:58 2014 +0200

    Tracker: ArtifactMessage, fix column name

diff --git a/src/common/tracker/ArtifactMessage.class.php b/src/common/tracker/ArtifactMessage.class.php
index 243d41a..ba809c2 100644
--- a/src/common/tracker/ArtifactMessage.class.php
+++ b/src/common/tracker/ArtifactMessage.class.php
@@ -177,7 +177,7 @@ class ArtifactMessage extends Error {
 	 * @return	int	adddate.
 	 */
 	function getAddDate() {
-		return $this->data_array['addate'];
+		return $this->data_array['adddate'];
 	}
 
 	/**

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

Summary of changes:
 src/common/tracker/ArtifactMessage.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list