mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update ring_group_edit.php
This commit is contained in:
@@ -457,8 +457,8 @@
|
||||
//set defaults
|
||||
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')) {
|
||||
//set the default ring group context
|
||||
if (strlen($ring_group_context) == 0) {
|
||||
$ring_group_context = $_SESSION['domain_name'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user