Change extension_context to extension_user_context in one location that was missed.

This commit is contained in:
markjcrane 2015-07-31 10:58:38 -06:00
parent 3725a83df2
commit 66aa2ee0a0
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$sql .= "directory_exten_visible = '$directory_exten_visible', ";
$sql .= "limit_max = '$limit_max', ";
$sql .= "limit_destination = '$limit_destination', ";
if (permission_exists("extension_context")) {
if (permission_exists("extension_user_context")) {
$sql .= "user_context = '$user_context', ";
}
if (permission_exists('extension_missed_call')) {