From bd58e1adf77187b7ab1d0b3fc2a2fa06e9f33207 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 22 Mar 2021 17:50:44 +0100 Subject: [PATCH] Erreur : fiche_attr , first param is a DatabaseCore object --- include/class/fiche.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php index 7c1257887..e2a89ba42 100644 --- a/include/class/fiche.class.php +++ b/include/class/fiche.class.php @@ -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;