Beta2 bug fix.31242 progress bar background color
[com.zyxware.civiwci.git] / CRM / Wci / BAO / Widget.php
index a0faff4f32fc1f8dc8ee90f7c2ee2cc01f6fcd5a..5e423d58f0767eb63b89369a3efdcc28374e78bd 100644 (file)
@@ -152,6 +152,7 @@ class CRM_Wci_BAO_Widget extends CRM_Wci_DAO_Widget {
       $data["color_title"] = $dao->color_title;
       $data["color_title_bg"] = $dao->color_title_bg;
       $data["color_progress_bar"] = $dao->color_progress_bar;
+      $data["color_progress_bar_bg"] = $dao->color_progress_bar_bg;
       $data["color_widget_bg"] = $dao->color_widget_bg;
       $data["color_description"] = $dao->color_description;
       $data["color_border"] = $dao->color_border;