bugfix
This commit is contained in:
parent
7909909ce0
commit
31597eb73e
@ -259,7 +259,7 @@ if(is_dir($dir))
|
||||
print $name;
|
||||
print "</td><td>\n";
|
||||
require_once($dir.$file);
|
||||
$obj = new $classname();
|
||||
$obj = new $classname($db);
|
||||
|
||||
print $obj->description;
|
||||
print '</td>';
|
||||
|
||||
@ -45,7 +45,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
|
||||
\brief Constructeur
|
||||
\param db Handler accès base de donnée
|
||||
*/
|
||||
function pdf_typhon($db=0)
|
||||
function pdf_typhon($db)
|
||||
{
|
||||
global $conf,$langs;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user