Update ring_group_edit.php

This commit is contained in:
FusionPBX 2018-11-03 13:10:53 -06:00 committed by GitHub
parent 50c8d0b441
commit e1a8a20a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@
if (strlen($ring_group_enabled) == 0) { $ring_group_enabled = 'true'; }
//set the context for users that do not have the permission
if (!permission_exists('ring_group_context') {
if (!permission_exists('ring_group_context')) {
$ring_group_context = $_SESSION['domain_name'];
}