diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index c7016cbdf21..54fe30b7a4c 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -205,7 +205,7 @@ while (($file = readdir($handle))!==false) echo "$name"; print "\n"; require_once($dir.$file); - $obj = new $classname(); + $obj = new $classname($db); print $obj->description;