Update extension_edit.php

This commit is contained in:
FusionPBX 2017-11-03 14:48:54 -06:00 committed by GitHub
parent a823e49cb1
commit 481577f161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1552,10 +1552,7 @@
echo "</tr>\n";
}
if (if_group("superadmin")) {
if (strlen($user_context) == 0) {
$user_context = $_SESSION['domain_name'];
}
if (permission_exists("extension_user_context")) {
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-user_context']."\n";