fix : Missing argument 1 for CommonDocGenerator::__construct()

This commit is contained in:
Grand Philippe 2015-09-27 11:30:23 +02:00
parent 1454d942ef
commit 6f128907fe

View File

@ -112,7 +112,7 @@ $field=GETPOST("field");
$objexport=new Export($db);
$objexport->load_arrays($user,$datatoexport);
$objmodelexport=new ModeleExports();
$objmodelexport=new ModeleExports($db);
$form = new Form($db);
$htmlother = new FormOther($db);
$formfile = new FormFile($db);