From a08109f7cf66ea134b5f3aef575d447a53451035 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 1 Oct 2013 16:42:00 +0000 Subject: [PATCH] bug : aAction_detail not set --- include/class_follow_up.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class_follow_up.php b/include/class_follow_up.php index 1ca896d76..5406c13a2 100644 --- a/include/class_follow_up.php +++ b/include/class_follow_up.php @@ -92,6 +92,7 @@ class Follow_Up $this->db = $p_cn; $this->ag_id=$p_id; $this->f_id = 0; + $this->aAction_detail=array(); } static function sql_security_filter($cn,$p_mode) {