Fix: Remove warning
This commit is contained in:
parent
93496b5902
commit
2bde284fb5
@ -44,7 +44,7 @@ if (file_exists($conffile) && isset($dolibarr_main_url_root))
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$formadmin=new FormAdmin($db);
|
$formadmin=new FormAdmin(''); // Note: $db does not exist yet but we don't need it, so we put ''.
|
||||||
|
|
||||||
pHeader("", "check"); // Etape suivante = index2
|
pHeader("", "check"); // Etape suivante = index2
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user