Update ring_group_edit.php
This commit is contained in:
parent
ef26f6cc0d
commit
28f4b8c049
|
|
@ -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'];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue