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 a1fce66ae60de75d9fccc3b526d72d85f4c034dc (commit)
from bca840572a57bcc647903a4fa9b0bc91519f5a01 (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=a1fce66ae60de75d9fccc3b526d72d85f4c034dc
commit a1fce66ae60de75d9fccc3b526d72d85f4c034dc
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Feb 3 13:22:01 2017 +0100
Fix setError message syntax
diff --git a/src/common/tracker/ArtifactExtraField.class.php
b/src/common/tracker/ArtifactExtraField.class.php
index 57510b6..78a49ce 100644
--- a/src/common/tracker/ArtifactExtraField.class.php
+++ b/src/common/tracker/ArtifactExtraField.class.php
@@ -538,7 +538,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