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  db97a81554e250c5bb262f057ebc38c7f04c2157 (commit)
      from  08ea867e225d9a5deee3cb9ac0cd3378f8e71da8 (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=db97a81554e250c5bb262f057ebc38c7f04c2157

commit db97a81554e250c5bb262f057ebc38c7f04c2157
Author: Franck Villaume <[email protected]>
Date:   Mon Nov 21 13:47:45 2016 +0100

    add missing else

diff --git a/src/common/tracker/views/form-addextrafieldoption.php 
b/src/common/tracker/views/form-addextrafieldoption.php
index e1cbfb7..4dae8fb 100644
--- a/src/common/tracker/views/form-addextrafieldoption.php
+++ b/src/common/tracker/views/form-addextrafieldoption.php
@@ -167,6 +167,7 @@ if (!$ac || !is_object($ac)) {
                                        if (in_array($efType, 
unserialize(ARTIFACT_EXTRAFIELDTYPEGROUP_MULTICHOICE))) {
                                                $content = 
html_build_checkbox('is_default['. $efearr[$i]['element_id'] .']', false, 
$efearr[$i]['is_default']);
                                                $cells[] = array($content, 
'class'=>'align-center');
+                                       } else {
                                                $content = 
html_build_radio_button('is_default', $efearr[$i]['element_id'], 
$efearr[$i]['is_default']);
                                                $cells[] = array($content, 
'class'=>'align-center');
                                        }

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

Summary of changes:
 src/common/tracker/views/form-addextrafieldoption.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to