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 39c3a186a3f259c9f497c3a01afee433bc1f95e7 (commit)
from 73c9a704000e8ecad0704f9e502e7520620c203f (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=39c3a186a3f259c9f497c3a01afee433bc1f95e7
commit 39c3a186a3f259c9f497c3a01afee433bc1f95e7
Author: Franck Villaume <[email protected]>
Date: Fri Jul 1 15:30:33 2016 +0200
missing echo
diff --git a/src/common/tracker/actions/mod.php
b/src/common/tracker/actions/mod.php
index ca410f2..b33fd7c 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -169,7 +169,7 @@ echo html_build_select_box
($res,'new_artifact_type_id',$ath->getID(),false);
?>
</td><td>
<strong><?php echo _('Priority'). _(': ') ?></strong><br />
- <?php build_priority_select_box('priority',$ah->getPriority());
?>
+ <?php echo
build_priority_select_box('priority',$ah->getPriority()); ?>
</td>
</tr>
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/mod.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