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