Fix: L'appel au constructeur des modeles de facture n'envoie pas le handler de base sur la page de config.
This commit is contained in:
parent
1944f4fce1
commit
6479de434d
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -205,7 +205,7 @@ while (($file = readdir($handle))!==false)
|
|||||||
echo "$name";
|
echo "$name";
|
||||||
print "</td><td>\n";
|
print "</td><td>\n";
|
||||||
require_once($dir.$file);
|
require_once($dir.$file);
|
||||||
$obj = new $classname();
|
$obj = new $classname($db);
|
||||||
|
|
||||||
print $obj->description;
|
print $obj->description;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user