diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index ce6ed277c9..6d99d76315 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -215,7 +215,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_timeout"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt";