Erreur : fiche_attr , first param is a DatabaseCore object
This commit is contained in:
parent
aab7567c69
commit
bd58e1adf7
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,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