From df520968ed7df2aacada63608f0dc299e1dd2744 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 23 Nov 2011 14:32:09 +0000 Subject: [PATCH] #371 change type of document : bug action_detail --- include/class_follow_up.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_follow_up.php b/include/class_follow_up.php index 54e199858..83761130e 100644 --- a/include/class_follow_up.php +++ b/include/class_follow_up.php @@ -638,7 +638,7 @@ class Follow_Up /* insert also the details */ for ( $i = 0; $i < MAX_ARTICLE;$i++) { - $act=new Action_Detail($this->db); + $act=new Follow_Up_Detail($this->db); $act->from_array($_POST,$i); $act->ag_id=$this->ag_id; $act->save();