Skip to content

Commit

Permalink
Change dialplan_detail_enabled to boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Jan 20, 2021
1 parent 7d3e754 commit 0386635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dialplans/app_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "boolean";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";

?>

0 comments on commit 0386635

Please sign in to comment.