Update ring_group_edit.php
This commit is contained in:
parent
50c8d0b441
commit
e1a8a20a0b
|
|
@ -458,7 +458,7 @@
|
||||||
if (strlen($ring_group_enabled) == 0) { $ring_group_enabled = 'true'; }
|
if (strlen($ring_group_enabled) == 0) { $ring_group_enabled = 'true'; }
|
||||||
|
|
||||||
//set the context for users that do not have the permission
|
//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'];
|
$ring_group_context = $_SESSION['domain_name'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue