Fix if not allowed blocked servers then server-blocked condition is false not true

This commit is contained in:
Hank Grabowski 2023-11-24 17:19:04 -05:00
parent 379c84b7ab
commit f3f0859e0b

View File

@ -3629,7 +3629,7 @@ class Contact
];
if (!$show_blocked) {
$condition['server-blocked'] = true;
$condition['server-blocked'] = false;
}
if ($uid == 0) {