diff --git a/ecrire/install/etape_5.php b/ecrire/install/etape_5.php index 8da28173fe8d41a1c630215c766813c3a153176c..2e48ac93556d607f6e81ec7eb05d0cf9186ac6e6 100644 --- a/ecrire/install/etape_5.php +++ b/ecrire/install/etape_5.php @@ -77,11 +77,11 @@ function install_etape_5_dist() echo fieldset(_T('info_authentification_externe'), array( 'etape' => array( - 'label' => _T('texte_annuaire_ldap_1').bouton_suivant('bouton_acces_ldap'), - 'value' => 'ldap1', + 'label' => _T('texte_annuaire_ldap_1'), + 'valeur' => 'ldap1', 'hidden' => true - ) - ) + )), + bouton_suivant('bouton_acces_ldap') ); echo "</form>\n"; }