Update extension_edit.php
This commit is contained in:
parent
328d79e95d
commit
139461cf2e
|
|
@ -398,7 +398,7 @@
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ($action == "add") {
|
if ($action == "add") {
|
||||||
$user_context = $_SESSION['domain_name'];
|
$array["extensions"][$i]["user_context"] = $_SESSION['domain_name'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (permission_exists('extension_missed_call')) {
|
if (permission_exists('extension_missed_call')) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue