ensure that we don't have permission settings issues due to version skew across sites.
This commit is contained in:
parent
b19176169c
commit
9e988afa1f
@ -354,7 +354,7 @@ function zot_refresh($them,$channel = null, $force = false) {
|
|||||||
$connected_set = intval($v);
|
$connected_set = intval($v);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if($v) {
|
if(($v) && (array_key_exists($k,$global_perms))) {
|
||||||
$their_perms = $their_perms | intval($global_perms[$k][1]);
|
$their_perms = $their_perms | intval($global_perms[$k][1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user