Skip to content
Snippets Groups Projects
Commit ff0d24a0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Remove warning

parent 8d031900
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ if (! empty($force_install_message))
name="db_pass"
value="<?php
$autofill=((! empty($dolibarr_main_db_pass))?$dolibarr_main_db_pass:$force_install_databasepass);
if ($dolibarr_main_prod) $autofill='';
if (! empty($dolibarr_main_prod)) $autofill='';
print dol_escape_htmltag($autofill);
?>"></td>
<td class="comment"><?php echo $langs->trans("AdminPassword"); ?></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment