Erreur : fiche_attr , first param is a DatabaseCore object
This commit is contained in:
parent
502b313eb6
commit
ffe1847927
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class Fiche
|
|||
if ( $flag == 0 )
|
||||
{
|
||||
// there's a missing one, we insert it
|
||||
$t=new Fiche_Attr ($f->ad_id);
|
||||
$t=new Fiche_Attr ($this->cn,$f->ad_id);
|
||||
$t->av_text="";
|
||||
$t->ad_text=$f->ad_text;
|
||||
$t->jnt_order=$f->jnt_order;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue