From a5d4c56850146a58126ffde9521c6d29cdd44a4c Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:14:38 -0700 Subject: [PATCH] Update app_config.php (#5049) --- app/dialplans/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dialplans/app_config.php b/app/dialplans/app_config.php index 17ea3db6de..7e2d60858a 100644 --- a/app/dialplans/app_config.php +++ b/app/dialplans/app_config.php @@ -158,7 +158,6 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_description";