#29767 added email id in array
authorJagadedes <jagadees.pillai@zyxware.com>
Mon, 20 Oct 2014 09:28:41 +0000 (14:58 +0530)
committerJagadedes <jagadees.pillai@zyxware.com>
Mon, 20 Oct 2014 09:28:41 +0000 (14:58 +0530)
CRM/Wci/BAO/Widget.php

index ea9559c899fcf16644ec955d7a35fedebd6fd07d..d1b9cce5eac5cd3b10cfa761166ffee3b16094c8 100644 (file)
@@ -142,6 +142,7 @@ class CRM_Wci_BAO_Widget extends CRM_Wci_DAO_Widget {
       $data["button_link_to"] = $dao->button_link_to;
       $data["progress_bar_id"] = $dao->progress_bar_id;
       $data["description"] = strip_tags(base64_decode($dao->description));
+      $data["email_signup_group_id"] = $dao->email_signup_group_id;
       $data["size_variant"] = $dao->size_variant;
       $data["color_title"] = $dao->color_title;
       $data["color_title_bg"] = $dao->color_title_bg;