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  b2890b30cf055e7eebf25f4a64ec1aef8ae2cc44 (commit)
      from  b0a451822afcd073b6c75fc5f9a58d10820865a5 (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=b2890b30cf055e7eebf25f4a64ec1aef8ae2cc44

commit b2890b30cf055e7eebf25f4a64ec1aef8ae2cc44
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 8 15:30:36 2016 +0200

    roadmap: fix select box. missing 1 param

diff --git a/src/www/tracker/roadmap.php b/src/www/tracker/roadmap.php
index feeafd3..ef126c1 100644
--- a/src/www/tracker/roadmap.php
+++ b/src/www/tracker/roadmap.php
@@ -414,7 +414,7 @@ if (!$at_arr || count($at_arr) < 1) {
                                $roadmap_select[$roadmap->getID()] = 
$roadmap->getName();
                        }
                        $roadmap_html_params['id'] = 'roadmap';
-                       echo html_build_select_box_from_assoc($roadmap_select, 
'roadmap', $roadmap_id, false, '', false, '', false, $roadmap_html_params);
+                       echo html_build_select_box_from_assoc($roadmap_select, 
'roadmap', $roadmap_id, false, false, '', false, '', false, 
$roadmap_html_params);
                        echo '</td>'."\n";
                }
 

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

Summary of changes:
 src/www/tracker/roadmap.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