Update app_defaults.php

Remove the context from app defaults.
This commit is contained in:
FusionPBX
2016-07-01 14:35:45 -06:00
committed by GitHub
parent 6a434f6cf9
commit 4fcd8be55f

View File

@@ -72,7 +72,6 @@
//dialplan class
$dialplan = new dialplan;
$dialplan->dialplan_order = $dialplan_order;
$dialplan->default_context = $domain_name;
if ($display_type == "text") {
$dialplan->display_type = 'text';
}
@@ -113,4 +112,4 @@
}
}
*/
?>
?>