Update extension_edit.php

This commit is contained in:
agree 2020-11-03 16:31:40 -05:00 committed by GitHub
parent 328d79e95d
commit 139461cf2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@
}
else {
if ($action == "add") {
$user_context = $_SESSION['domain_name'];
$array["extensions"][$i]["user_context"] = $_SESSION['domain_name'];
}
}
if (permission_exists('extension_missed_call')) {