mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 17:53:49 +00:00
Update ring_group_edit.php
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user