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();