diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index bbbc5ee16c..6a9eef1e48 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -162,8 +162,13 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_order"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; + ?> \ No newline at end of file