From c26c8c7fccfbca2a79768c49a29fd37f71319bfb Mon Sep 17 00:00:00 2001 From: philippe grand Date: Fri, 30 Oct 2015 08:47:30 +0100 Subject: [PATCH] [Qual] Prevent warning --- htdocs/exports/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/exports/index.php b/htdocs/exports/index.php index bf002ccde96..ce1b7eab988 100644 --- a/htdocs/exports/index.php +++ b/htdocs/exports/index.php @@ -123,7 +123,7 @@ print ''.$langs->trans("LibraryVersion").''; print ''; include_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php'; -$model=new ModeleExports(); +$model=new ModeleExports($db); $liste=$model->liste_modeles($db); // This is not a static method for exports because method load non static properties $var=true;