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, 6.1 has been updated
       via  cd2b771f2f0ebfbe12a485cbecddb3010bb8834f (commit)
      from  e17fa76ae15010cfdd5033e265efc3c062508fb9 (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=cd2b771f2f0ebfbe12a485cbecddb3010bb8834f

commit cd2b771f2f0ebfbe12a485cbecddb3010bb8834f
Author: Franck Villaume <[email protected]>
Date:   Sat Sep 30 18:33:40 2017 +0200

    fix default value in html_input function

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 18b6206..dffb677 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -774,7 +774,7 @@ abstract class Layout extends FFError {
                                html_e('p', array(), html_e('span', 
array('class' => 'ui-icon ui-icon-alert', 'style' => 'float:left; margin:0 7px 
20px 0;'), '', false).$message));
        }
 
-       function html_input($name, $id = '', $label = '', $type = 'text', 
$value = '', $extra_params_input = '', $extra_params_div = '') {
+       function html_input($name, $id = '', $label = '', $type = 'text', 
$value = '', $extra_params_input = '', $extra_params_div = array()) {
                if (!$id) {
                        $id = $name;
                }

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

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

Reply via email to