ensure that we don't have permission settings issues due to version skew across sites.

This commit is contained in:
friendica 2014-07-17 20:59:58 -07:00
parent b19176169c
commit 9e988afa1f

View File

@ -354,7 +354,7 @@ function zot_refresh($them,$channel = null, $force = false) {
$connected_set = intval($v);
continue;
}
if($v) {
if(($v) && (array_key_exists($k,$global_perms))) {
$their_perms = $their_perms | intval($global_perms[$k][1]);
}
}