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  98d1c47928e3691f4cc1b3ebb5597cb87deb5d24 (commit)
      from  31545fe4ad6887e9c49ca5d4792ff6961cd3e6f5 (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=98d1c47928e3691f4cc1b3ebb5597cb87deb5d24

commit 98d1c47928e3691f4cc1b3ebb5597cb87deb5d24
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 8 10:34:37 2016 +0200

    fix typo: fasle -> false

diff --git a/src/common/tracker/views/form-addextrafield.php 
b/src/common/tracker/views/form-addextrafield.php
index c496133..780e630 100644
--- a/src/common/tracker/views/form-addextrafield.php
+++ b/src/common/tracker/views/form-addextrafield.php
@@ -265,7 +265,7 @@ echo html_e('input', array('type'=>'text', 
'name'=>'show100label', 'value'=>_('n
 echo html_ac(html_ap() - 1);
 
 echo html_ao('p', array('class'=>'for-select for-multiselect for-radio 
for-check'));
-$pfarr = $ath->getExtraFields(array(ARTIFACT_EXTRAFIELDTYPE_RADIO, 
ARTIFACT_EXTRAFIELDTYPE_CHECKBOX,ARTIFACT_EXTRAFIELDTYPE_SELECT,ARTIFACT_EXTRAFIELDTYPE_MULTISELECT),fasle,true);
+$pfarr = $ath->getExtraFields(array(ARTIFACT_EXTRAFIELDTYPE_RADIO, 
ARTIFACT_EXTRAFIELDTYPE_CHECKBOX,ARTIFACT_EXTRAFIELDTYPE_SELECT,ARTIFACT_EXTRAFIELDTYPE_MULTISELECT),
 false, true);
 $parentField = array();
 if (is_array($pfarr)) {
        foreach ($pfarr as $pf) {

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

Summary of changes:
 src/common/tracker/views/form-addextrafield.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

Reply via email to