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 3d4d9e90242f8d581ac04d93817a232b03563c18 (commit)
from a1fce66ae60de75d9fccc3b526d72d85f4c034dc (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=3d4d9e90242f8d581ac04d93817a232b03563c18
commit 3d4d9e90242f8d581ac04d93817a232b03563c18
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Feb 3 13:29:52 2017 +0100
Fix setError message syntax
diff --git a/src/common/tracker/ArtifactExtraField.class.php
b/src/common/tracker/ArtifactExtraField.class.php
index 78a49ce..428a872 100644
--- a/src/common/tracker/ArtifactExtraField.class.php
+++ b/src/common/tracker/ArtifactExtraField.class.php
@@ -559,7 +559,7 @@ class ArtifactExtraField extends FFError {
if (is_object($efe)) {
$this->setError(_('Unable to create extra field element').' (id='.$default.')
'._(':').$efe->getErrorMessage());
} else {
-
$this->setError(_('Unable to create extra field element'.' (id='.$default.')'));
+
$this->setError(_('Unable to create extra field element').' (id='.$default.')');
}
$return = false;
} elseif (!$efe->setAsDefault(true)) {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/ArtifactExtraField.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