mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-16 08:05:01 +00:00
Change extension_context to extension_user_context in one location that was missed.
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user